Home
last modified time | relevance | path

Searched refs:bn_expand (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_conv.c165 if (bn_expand(ret, i * 4) == NULL) in BN_hex2bn()
240 if (bn_expand(ret, i * 4) == NULL) in BN_dec2bn()
H A Dbn_mont.c325 if (bn_expand(Ri, (int)sizeof(BN_ULONG) * 2) == NULL) in BN_MONT_CTX_set()
H A Dbn_local.h249 /* The next are internal book keeping for bn_expand. */
666 static ossl_inline BIGNUM *bn_expand(BIGNUM *a, int bits) in bn_expand() function
H A Dbn_lib.c423 if (bn_expand(a, (int)sizeof(BN_ULONG) * 8) == NULL) in BN_set_word()
/third_party/openssl/crypto/bn/
H A Dbn_conv.c165 if (bn_expand(ret, i * 4) == NULL) in BN_hex2bn()
240 if (bn_expand(ret, i * 4) == NULL) in BN_dec2bn()
H A Dbn_mont.c325 if (bn_expand(Ri, (int)sizeof(BN_ULONG) * 2) == NULL) in BN_MONT_CTX_set()
H A Dbn_local.h249 /* The next are internal book keeping for bn_expand. */
666 static ossl_inline BIGNUM *bn_expand(BIGNUM *a, int bits) in bn_expand() function
H A Dbn_lib.c423 if (bn_expand(a, (int)sizeof(BN_ULONG) * 8) == NULL) in BN_set_word()

Completed in 8 milliseconds