Home
last modified time | relevance | path

Searched refs:_bi_array (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/include/daa/
H A Dbi.h47 struct _bi_array{ struct
52 typedef struct _bi_array bi_array[1]; argument
53 typedef struct _bi_array *bi_array_ptr;
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/
H A Dplatform.c1137 ra = (bi_array_ptr)malloc( sizeof( struct _bi_array)); in Tspi_TPM_DAA_JoinCreateDaaPubKey_internal()
1139 LogError("malloc of %d bytes failed", sizeof( struct _bi_array)); in Tspi_TPM_DAA_JoinCreateDaaPubKey_internal()
1309 sa = (bi_array_ptr)malloc( sizeof( struct _bi_array)); in Tspi_TPM_DAA_JoinCreateDaaPubKey_internal()
1311 LogError("malloc of %d bytes failed", sizeof( struct _bi_array)); in Tspi_TPM_DAA_JoinCreateDaaPubKey_internal()
1591 attributes_issuer = (bi_array_ptr)malloc( sizeof( struct _bi_array)); in Tspi_TPM_DAA_JoinStoreCredential_internal()
1593 LogError("malloc of %d bytes failed", sizeof( struct _bi_array)); in Tspi_TPM_DAA_JoinStoreCredential_internal()
2241 r_A = (bi_array_ptr)malloc( sizeof( struct _bi_array)); in Tspi_TPM_DAA_Sign_internal()
2243 LogError("malloc of %d bytes failed", sizeof( struct _bi_array)); in Tspi_TPM_DAA_Sign_internal()
2478 s_A = (bi_array_ptr)malloc( sizeof( struct _bi_array)); in Tspi_TPM_DAA_Sign_internal()