Searched refs:BN_is_one (Results 26 - 28 of 28) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Decp_smpl.c430 Z_is_one = BN_is_one(&point->Z);
561 if (BN_is_one(Z_))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbn.h367 #define BN_is_one(a) (BN_abs_is_word((a),1) && !(a)->neg) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn.h367 #define BN_is_one(a) (BN_abs_is_word((a),1) && !(a)->neg) macro

Completed in 108 milliseconds

12