Searched refs:authenticationChallenge (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_issuer/ |
H A D | issuer_init.c | 55 BYTE** authenticationChallenge, // out in Tspi_DAA_IssueInit_internal() argument 103 *authenticationChallenge = (BYTE *)calloc_tspi( tcsContext, 256); // 256: RSA size in Tspi_DAA_IssueInit_internal() 104 if (*authenticationChallenge == NULL) { in Tspi_DAA_IssueInit_internal() 114 *authenticationChallenge, // destination in Tspi_DAA_IssueInit_internal() 127 dump_byte_array( *authenticationChallengeLength , *authenticationChallenge)); in Tspi_DAA_IssueInit_internal()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ |
H A D | tspi_daa.c | 309 BYTE** authenticationChallenge, // out in Tspi_DAA_IssueInit() argument 329 authenticationChallenge, // out in Tspi_DAA_IssueInit() 586 BYTE* authenticationChallenge, // in in Tspi_TPM_DAA_JoinCreateDaaPubKey() argument 605 authenticationChallenge, // in in Tspi_TPM_DAA_JoinCreateDaaPubKey()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/ |
H A D | test_join.c | 318 BYTE *authenticationChallenge; in main() local 449 &authenticationChallenge, // out in main() 458 authenticationChallenge, // in in main()
|
H A D | platform.c | 896 BYTE* authenticationChallenge, // in in Tspi_TPM_DAA_JoinCreateDaaPubKey_internal() argument 1014 authenticationChallengeLength, authenticationChallenge, in Tspi_TPM_DAA_JoinCreateDaaPubKey_internal()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/daa/ |
H A D | issuer.h | 47 BYTE** authenticationChallenge, // out
|
H A D | platform.h | 54 BYTE* authenticationChallenge, // in
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/ |
H A D | tspi.h | 668 BYTE* authenticationChallenge, // in 996 BYTE** authenticationChallenge, // out
|