Searched refs:attributesPlatform (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/ |
H A D | test_join.c | 320 BYTE **attributesPlatform; in main() local 396 attributesPlatform = (BYTE **)malloc( attributesPlatformLength * sizeof(BYTE *)); in main() 400 attributesPlatform[i] = bi_2_nbin( &length, random); in main() 401 if( attributesPlatform[i] == NULL) { in main() 462 attributesPlatform, // in in main()
|
H A D | platform.c | 900 BYTE** attributesPlatform, // in in Tspi_TPM_DAA_JoinCreateDaaPubKey_internal() argument 977 attributesPlatform[i]); // allocation in Tspi_TPM_DAA_JoinCreateDaaPubKey_internal() 1318 attributesPlatform[i]); // allocation in Tspi_TPM_DAA_JoinCreateDaaPubKey_internal() 1390 joinSession->attributesPlatform = calloc_tspi( tcsContext, sizeof(BYTE *)); in Tspi_TPM_DAA_JoinCreateDaaPubKey_internal() 1392 joinSession->attributesPlatform[i] = in Tspi_TPM_DAA_JoinCreateDaaPubKey_internal() 1394 memcpy( joinSession->attributesPlatform[i], in Tspi_TPM_DAA_JoinCreateDaaPubKey_internal() 1395 attributesPlatform[i], in Tspi_TPM_DAA_JoinCreateDaaPubKey_internal() 1855 joinSession.attributesPlatform[i], in Tspi_TPM_DAA_JoinStoreCredential_internal()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/daa/ |
H A D | platform.h | 58 BYTE** attributesPlatform, // in
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ |
H A D | tspi_daa.c | 590 BYTE** attributesPlatform, // in in Tspi_TPM_DAA_JoinCreateDaaPubKey() argument 609 attributesPlatform, // in in Tspi_TPM_DAA_JoinCreateDaaPubKey()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/ |
H A D | tspi.h | 673 BYTE** attributesPlatform, // in
|