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

/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_conv.c58 BN_ULONG *bn_data = NULL, *lp; local
71 bn_data = OPENSSL_malloc(bn_data_num * sizeof(BN_ULONG));
73 if (buf == NULL || bn_data == NULL) {
81 lp = bn_data;
90 if (lp - bn_data >= bn_data_num)
107 while (lp != bn_data) {
117 OPENSSL_free(bn_data);

Completed in 55 milliseconds