Searched refs:bn_expand (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_conv.c | 165 if (bn_expand(ret, i * 4) == NULL) in BN_hex2bn() 240 if (bn_expand(ret, i * 4) == NULL) in BN_dec2bn()
|
H A D | bn_mont.c | 325 if (bn_expand(Ri, (int)sizeof(BN_ULONG) * 2) == NULL) in BN_MONT_CTX_set()
|
H A D | bn_local.h | 249 /* 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 D | bn_lib.c | 423 if (bn_expand(a, (int)sizeof(BN_ULONG) * 8) == NULL) in BN_set_word()
|
/third_party/openssl/crypto/bn/ |
H A D | bn_conv.c | 165 if (bn_expand(ret, i * 4) == NULL) in BN_hex2bn() 240 if (bn_expand(ret, i * 4) == NULL) in BN_dec2bn()
|
H A D | bn_mont.c | 325 if (bn_expand(Ri, (int)sizeof(BN_ULONG) * 2) == NULL) in BN_MONT_CTX_set()
|
H A D | bn_local.h | 249 /* 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 D | bn_lib.c | 423 if (bn_expand(a, (int)sizeof(BN_ULONG) * 8) == NULL) in BN_set_word()
|
Completed in 8 milliseconds