Home
last modified time | relevance | path

Searched refs:bn_expand2 (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/ohos_lite/include/crypto/
Dbn.h17 BIGNUM *bn_expand2(BIGNUM *a, int words);
/third_party/openssl/include/crypto/
Dbn.h18 BIGNUM *bn_expand2(BIGNUM *a, int words);
/third_party/openssl/crypto/bn/
DREADME.pod10 bn_expand, bn_wexpand, bn_expand2, bn_fix_top, bn_check_top,
54 BIGNUM *bn_expand2(BIGNUM *a, int n);
207 call bn_expand2(), which allocates a new B<d> array and copies the
Dbn_lib.c302 BIGNUM *bn_expand2(BIGNUM *b, int words) in bn_expand2() function
1021 return (words <= a->dmax) ? a : bn_expand2(a, words); in bn_wexpand()
Dbn_local.h686 return bn_expand2((a),(bits+BN_BITS2-1)/BN_BITS2); in bn_expand()
/third_party/openssl/
DCHANGES.md18392 * Fix an evil bug in bn_expand2() which caused various BN functions to