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

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

Completed in 115 milliseconds