Home
last modified time | relevance | path

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

/external/openssl/crypto/bn/
Dbn.h704 (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);
Dbn_lib.c435 BIGNUM *bn_expand2(BIGNUM *b, int words) in bn_expand2() function
/external/openssl/include/openssl/
Dbn.h704 (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/
D0010-dsa_nonce.patch63 {ERR_FUNC(BN_F_BN_EXPAND2), "bn_expand2"},