Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bn/
Dinternal.h141 BIGNUM *bn_expand(BIGNUM *bn, size_t bits);
Dbn.c313 BIGNUM *bn_expand(BIGNUM *bn, size_t bits) { in bn_expand() function
Dconvert.c249 if (bn_expand(bn, in_len * 4) == NULL) { in decode_hex()
Dmontgomery.c223 if (bn_expand(Ri, (int)sizeof(BN_ULONG) * 2) == NULL) { in BN_MONT_CTX_set()