Home
last modified time | relevance | path

Searched refs:bi_alloc (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/big_integer/
H A Dbi_gmp.c31 void * (*bi_alloc)(size_t size); variable
50 unsigned char *buffer = (unsigned char *)bi_alloc( bi_nbin_size( i)); in bi_2_nbin()
172 if( bi_alloc_p == NULL) bi_alloc = &malloc; in bi_init()
173 else bi_alloc = bi_alloc_p; in bi_init()
H A Dbi_openssl.c32 void * (*bi_alloc)(size_t size); variable
108 if( bi_alloc_p == NULL) bi_alloc = &malloc; in bi_init()
109 else bi_alloc = bi_alloc_p; in bi_init()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/daa/
H A Dbi.h26 void * (*bi_alloc)(size_t size); variable
H A Dbi_openssl.h236 ret = (unsigned char *)bi_alloc( *length * 2); in bi_2_nbin()