Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/crypto/
H A Dbn.h18 BIGNUM *bn_expand2(BIGNUM *a, int words);
/freebsd/crypto/openssl/doc/internal/man3/
H A Dbn_mul_words.pod10 bn_expand, bn_wexpand, bn_expand2, bn_fix_top, bn_check_top,
50 BIGNUM *bn_expand2(BIGNUM *a, int n);
204 call bn_expand2(), which allocates a new B<d> array and copies the
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_lib.c300 BIGNUM *bn_expand2(BIGNUM *b, int words) in bn_expand2() function
1149 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()
/freebsd/crypto/openssl/
H A DCHANGES.md20066 * Fix an evil bug in bn_expand2() which caused various BN functions to