Home
last modified time | relevance | path

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

/openssl/include/crypto/
H A Dbn.h18 BIGNUM *bn_expand2(BIGNUM *a, int words);
/openssl/crypto/bn/
H A 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
H A Dbn_lib.c299 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 Dbn_local.h677 return bn_expand2((a),(bits+BN_BITS2-1)/BN_BITS2); in bn_expand()
/openssl/
H A DCHANGES.md19703 * Fix an evil bug in bn_expand2() which caused various BN functions to

Completed in 52 milliseconds