Searched refs:bn_expand2 (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/ohos_lite/include/crypto/ |
D | bn.h | 17 BIGNUM *bn_expand2(BIGNUM *a, int words);
|
/third_party/openssl/include/crypto/ |
D | bn.h | 18 BIGNUM *bn_expand2(BIGNUM *a, int words);
|
/third_party/openssl/crypto/bn/ |
D | README.pod | 10 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
|
D | bn_lib.c | 302 BIGNUM *bn_expand2(BIGNUM *b, int words) in bn_expand2() function 1021 return (words <= a->dmax) ? a : bn_expand2(a, words); in bn_wexpand()
|
D | bn_local.h | 686 return bn_expand2((a),(bits+BN_BITS2-1)/BN_BITS2); in bn_expand()
|
/third_party/openssl/ |
D | CHANGES.md | 18392 * Fix an evil bug in bn_expand2() which caused various BN functions to
|