Searched refs:bn_expand2 (Results 1 – 5 of 5) sorted by relevance
/openssl/include/crypto/ |
H A D | bn.h | 18 BIGNUM *bn_expand2(BIGNUM *a, int words);
|
/openssl/crypto/bn/ |
H A 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
|
H A D | bn_lib.c | 299 BIGNUM *bn_expand2(BIGNUM *b, int words) in bn_expand2() function 1148 return (words <= a->dmax) ? a : bn_expand2(a, words); in bn_wexpand()
|
H A D | bn_local.h | 677 return bn_expand2((a),(bits+BN_BITS2-1)/BN_BITS2); in bn_expand()
|
/openssl/ |
H A D | CHANGES.md | 19767 * Fix an evil bug in bn_expand2() which caused various BN functions to
|
Completed in 63 milliseconds