Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/crypto/bn/
HDbn_print.c208 if (bn_expand(ret, i * 4) == NULL) in BN_hex2bn()
282 if (bn_expand(ret, i * 4) == NULL) in BN_dec2bn()
HDbn_mont.c426 if (bn_expand(Ri, (int)sizeof(BN_ULONG) * 2) == NULL) in BN_MONT_CTX_set()
HDbn_lib.c590 if (bn_expand(a, (int)sizeof(BN_ULONG) * 8) == NULL) in BN_set_word()
HDbn.h724 # define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\ macro
/NextBSD/crypto/openssl/doc/crypto/
HDbn_internal.pod10 bn_expand, bn_wexpand, bn_expand2, bn_fix_top, bn_check_top,
54 BIGNUM *bn_expand(BIGNUM *a, int bits);
81 /* The next are internal book keeping for bn_expand. */
210 bn_expand() ensures that B<b> has enough space for a B<bits> bit
/NextBSD/crypto/openssl/engines/
HDe_aep.c1140 bn_expand(bn, (int)(BigNumSize << 3)); in ConvertAEPBigNum()
/NextBSD/secure/lib/libcrypto/
HDMakefile.man926 MLINKS+= bn_internal.3 bn_expand.3
/NextBSD/crypto/openssl/doc/
HDssleay.txt1669 BIGNUM *bn_expand(BIGNUM *b, int bits);