Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/
Dbn_conv.c59 int bn_data_num; in BN_bn2dec() local
70 bn_data_num = num / BN_DEC_NUM + 1; in BN_bn2dec()
71 bn_data = OPENSSL_malloc(bn_data_num * sizeof(BN_ULONG)); in BN_bn2dec()
90 if (lp - bn_data >= bn_data_num) in BN_bn2dec()
/third_party/node/deps/openssl/openssl/crypto/bn/
Dbn_conv.c59 int bn_data_num; in BN_bn2dec() local
70 bn_data_num = num / BN_DEC_NUM + 1; in BN_bn2dec()
71 bn_data = OPENSSL_malloc(bn_data_num * sizeof(BN_ULONG)); in BN_bn2dec()
90 if (lp - bn_data >= bn_data_num) in BN_bn2dec()