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

/external/openssl/crypto/bn/
H A Dbn_lib.c297 /* This is used both by bn_expand2() and bn_dup_expand() */
371 * while bn_dup_expand() makes sure allocation is made only once.
375 BIGNUM *bn_dup_expand(const BIGNUM *b, int words) function
384 * (But bn_dup_expand() is not used anywhere yet.)
H A Dbn.h702 BIGNUM *bn_dup_expand(const BIGNUM *a, int words); /* unused */
/external/openssl/include/openssl/
H A Dbn.h702 BIGNUM *bn_dup_expand(const BIGNUM *a, int words); /* unused */

Completed in 224 milliseconds