Searched refs:bn_expand2 (Results 1 – 4 of 4) sorted by relevance
/external/openssl/crypto/bn/ |
D | bn.h | 704 (a):bn_expand2((a),(bits+BN_BITS2-1)/BN_BITS2)) 705 #define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words))) 706 BIGNUM *bn_expand2(BIGNUM *a, int words);
|
D | bn_lib.c | 435 BIGNUM *bn_expand2(BIGNUM *b, int words) in bn_expand2() function
|
/external/openssl/include/openssl/ |
D | bn.h | 704 (a):bn_expand2((a),(bits+BN_BITS2-1)/BN_BITS2)) 705 #define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words))) 706 BIGNUM *bn_expand2(BIGNUM *a, int words);
|
/external/openssl/patches/ |
D | 0010-dsa_nonce.patch | 63 {ERR_FUNC(BN_F_BN_EXPAND2), "bn_expand2"},
|