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

/external/openssl/crypto/bn/
H A Dbn_lib.c299 static BN_ULONG *bn_expand_internal(const BIGNUM *b, int words) function
389 BN_ULONG *a = bn_expand_internal(b, words);
408 bn_expand_internal(), and NULL should be returned */
432 BN_ULONG *a = bn_expand_internal(b, words);
503 case 0: ; /* ultrix cc workaround, see comments in bn_expand_internal */

Completed in 36 milliseconds