Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/
Dbn_print.c161 if (bn_expand(ret, i * 4) == NULL) in BN_hex2bn()
236 if (bn_expand(ret, i * 4) == NULL) in BN_dec2bn()
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
Dbn_mont.c325 if (bn_expand(Ri, (int)sizeof(BN_ULONG) * 2) == NULL) in BN_MONT_CTX_set()
Dbn_local.h671 static ossl_inline BIGNUM *bn_expand(BIGNUM *a, int bits) in bn_expand() function
Dbn_lib.c422 if (bn_expand(a, (int)sizeof(BN_ULONG) * 8) == NULL) in BN_set_word()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h2800 #define bn_expand BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, bn_expand) macro
/third_party/openssl/
DCHANGES2883 int value |i|. Later |bn_expand| is called with a value of |i * 4|. For
2884 large values of |i| this can result in |bn_expand| not allocating any