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

/freebsd-current/crypto/openssl/include/openssl/
H A Ddherr.h47 # define DH_R_MODULUS_TOO_SMALL 126 macro
/freebsd-current/crypto/openssl/crypto/dh/
H A Ddh_err.c49 {ERR_PACK(ERR_LIB_DH, 0, DH_R_MODULUS_TOO_SMALL), "modulus too small"},
H A Ddh_gen.c168 ERR_raise(ERR_LIB_DH, DH_R_MODULUS_TOO_SMALL);
H A Ddh_check.c40 ERR_raise(ERR_LIB_DH, DH_R_MODULUS_TOO_SMALL);
133 ERR_raise(ERR_LIB_DH, DH_R_MODULUS_TOO_SMALL);
H A Ddh_key.c59 ERR_raise(ERR_LIB_DH, DH_R_MODULUS_TOO_SMALL);
283 ERR_raise(ERR_LIB_DH, DH_R_MODULUS_TOO_SMALL);

Completed in 66 milliseconds