Home
last modified time | relevance | path

Searched refs:BN_R_INPUT_NOT_REDUCED (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/bn/
Dgcd.c126 OPENSSL_PUT_ERROR(BN, BN_R_INPUT_NOT_REDUCED); in BN_mod_inverse_odd()
333 OPENSSL_PUT_ERROR(BN, BN_R_INPUT_NOT_REDUCED); in BN_mod_inverse_blinded()
Dexponentiation.c598 OPENSSL_PUT_ERROR(BN, BN_R_INPUT_NOT_REDUCED); in BN_mod_exp_mont()
922 OPENSSL_PUT_ERROR(BN, BN_R_INPUT_NOT_REDUCED); in BN_mod_exp_mont_consttime()
Dgcd_extra.c173 OPENSSL_PUT_ERROR(BN, BN_R_INPUT_NOT_REDUCED); in bn_mod_inverse_consttime()
/external/boringssl/src/include/openssl/
Dbn.h1031 #define BN_R_INPUT_NOT_REDUCED 107 macro