Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_conv.c158 if (bn_expand(ret, i * 4) == NULL) in BN_hex2bn()
233 if (bn_expand(ret, i * 4) == NULL) in BN_dec2bn()
H A DREADME.pod10 bn_expand, bn_wexpand, bn_expand2, bn_fix_top, bn_check_top,
52 BIGNUM *bn_expand(BIGNUM *a, int bits);
79 /* The next are internal book keeping for bn_expand. */
204 bn_expand() ensures that B<b> has enough space for a B<bits> bit
H A Dbn_mont.c323 if (bn_expand(Ri, (int)sizeof(BN_ULONG) * 2) == NULL) in BN_MONT_CTX_set()
H A Dbn_local.h669 static ossl_inline BIGNUM *bn_expand(BIGNUM *a, int bits) in bn_expand() function
H A Dbn_lib.c420 if (bn_expand(a, (int)sizeof(BN_ULONG) * 8) == NULL) in BN_set_word()
/openssl/
H A DCHANGES.md7035 int value `i`. Later `bn_expand` is called with a value of `i * 4`. For
7036 large values of `i` this can result in `bn_expand` not allocating any
8237 int value `i`. Later `bn_expand` is called with a value of `i * 4`. For
8238 large values of `i` this can result in `bn_expand` not allocating any

Completed in 82 milliseconds