Searched refs:bn_expand2 (Results 1 - 3 of 3) sorted by relevance

/external/openssl/crypto/bn/
H A 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);
H A Dbn_lib.c297 /* This is used both by bn_expand2() and bn_dup_expand() */
372 /* This is an internal function that can be used instead of bn_expand2()
377 * The reason to use this instead of a BN_dup() followed by a bn_expand2()
378 * is memory allocation overhead. A BN_dup() followed by a bn_expand2()
435 BIGNUM *bn_expand2(BIGNUM *b, int words) function
/external/openssl/include/openssl/
H A 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);

Completed in 339 milliseconds