Searched refs:bn_expand (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/crypto/openssl/crypto/bn/ |
| HD | bn_print.c | 208 if (bn_expand(ret, i * 4) == NULL) in BN_hex2bn() 282 if (bn_expand(ret, i * 4) == NULL) in BN_dec2bn()
|
| HD | bn_mont.c | 426 if (bn_expand(Ri, (int)sizeof(BN_ULONG) * 2) == NULL) in BN_MONT_CTX_set()
|
| HD | bn_lib.c | 590 if (bn_expand(a, (int)sizeof(BN_ULONG) * 8) == NULL) in BN_set_word()
|
| HD | bn.h | 724 # define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\ macro
|
| /NextBSD/crypto/openssl/doc/crypto/ |
| HD | bn_internal.pod | 10 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/ |
| HD | e_aep.c | 1140 bn_expand(bn, (int)(BigNumSize << 3)); in ConvertAEPBigNum()
|
| /NextBSD/secure/lib/libcrypto/ |
| HD | Makefile.man | 926 MLINKS+= bn_internal.3 bn_expand.3
|
| /NextBSD/crypto/openssl/doc/ |
| HD | ssleay.txt | 1669 BIGNUM *bn_expand(BIGNUM *b, int bits);
|