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

/freebsd-10-stable/crypto/openssl/crypto/bn/
H A Dbn_print.c113 BN_ULONG *bn_data = NULL, *lp; local
125 bn_data = OPENSSL_malloc(bn_data_num * sizeof(BN_ULONG));
127 if ((buf == NULL) || (bn_data == NULL)) {
136 lp = bn_data;
145 if (lp - bn_data >= bn_data_num)
161 while (lp != bn_data) {
170 if (bn_data != NULL)
171 OPENSSL_free(bn_data);

Completed in 47 milliseconds