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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_lib.c318 static BN_ULONG *bn_expand_internal(const BIGNUM *b, int words) function
408 BN_ULONG *a = bn_expand_internal(b, words);
427 bn_expand_internal(), and NULL should be returned */
451 BN_ULONG *a = bn_expand_internal(b, words);
522 case 0: ; /* ultrix cc workaround, see comments in bn_expand_internal */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_lib.c287 static BN_ULONG *bn_expand_internal(const BIGNUM *b, int words) function
391 BN_ULONG *a = bn_expand_internal(b, words);
407 * bn_expand_internal(), and NULL should be returned
431 BN_ULONG *a = bn_expand_internal(b, words);
513 /* ultrix cc workaround, see comments in bn_expand_internal */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_lib.c287 static BN_ULONG *bn_expand_internal(const BIGNUM *b, int words) function
391 BN_ULONG *a = bn_expand_internal(b, words);
407 * bn_expand_internal(), and NULL should be returned
431 BN_ULONG *a = bn_expand_internal(b, words);
513 /* ultrix cc workaround, see comments in bn_expand_internal */

Completed in 109 milliseconds