Searched refs:FIPS_mode (Results 1 - 25 of 39) sorted by path

12

/freebsd-11-stable/crypto/openssl/apps/
H A Dpkcs12.c144 if (FIPS_mode())
/freebsd-11-stable/crypto/openssl/crypto/cmac/
H A Dcmac.c109 if (FIPS_mode() && !ctx->cctx.engine) {
156 if (FIPS_mode()) {
223 if (FIPS_mode() && !ctx->cctx.engine)
266 if (FIPS_mode() && !ctx->cctx.engine)
/freebsd-11-stable/crypto/openssl/crypto/
H A Dcrypto.h597 int FIPS_mode(void);
608 if (FIPS_mode()) OpenSSLDie(__FILE__, __LINE__, \
615 if (FIPS_mode()) OpenSSLDie(__FILE__, __LINE__, \
H A Do_fips.c66 int FIPS_mode(void) function
/freebsd-11-stable/crypto/openssl/crypto/dh/
H A Ddh_gen.c80 if (FIPS_mode() && !(ret->meth->flags & DH_FLAG_FIPS_METHOD)
89 if (FIPS_mode())
H A Ddh_key.c76 if (FIPS_mode() && !(dh->meth->flags & DH_FLAG_FIPS_METHOD)
88 if (FIPS_mode() && !(dh->meth->flags & DH_FLAG_FIPS_METHOD)
H A Ddh_lib.c84 if (FIPS_mode())
/freebsd-11-stable/crypto/openssl/crypto/dsa/
H A Ddsa_gen.c100 if (FIPS_mode() && !(ret->meth->flags & DSA_FLAG_FIPS_METHOD)
110 else if (FIPS_mode()) {
430 if (FIPS_mode())
H A Ddsa_key.c76 if (FIPS_mode() && !(dsa->meth->flags & DSA_FLAG_FIPS_METHOD)
85 if (FIPS_mode())
H A Ddsa_lib.c90 if (FIPS_mode())
H A Ddsa_sign.c69 if (FIPS_mode() && !(dsa->meth->flags & DSA_FLAG_FIPS_METHOD)
81 if (FIPS_mode() && !(dsa->meth->flags & DSA_FLAG_FIPS_METHOD)
H A Ddsa_vrf.c68 if (FIPS_mode() && !(dsa->meth->flags & DSA_FLAG_FIPS_METHOD)
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Dec2_smpl.c128 if (FIPS_mode())
H A Dec_cvt.c86 if (FIPS_mode())
164 if (FIPS_mode())
H A Dec_key.c238 if (FIPS_mode())
H A Decp_mont.c115 if (FIPS_mode())
H A Decp_nist.c117 if (FIPS_mode())
H A Decp_smpl.c118 if (FIPS_mode())
/freebsd-11-stable/crypto/openssl/crypto/ecdh/
H A Dech_lib.c97 if (FIPS_mode())
239 if (FIPS_mode() && !(ecdh_data->flags & ECDH_FLAG_FIPS_METHOD)
/freebsd-11-stable/crypto/openssl/crypto/ecdsa/
H A Decs_lib.c84 if (FIPS_mode())
217 if (FIPS_mode() && !(ecdsa_data->flags & ECDSA_FLAG_FIPS_METHOD)
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Ddigest.c151 if (FIPS_mode()) {
242 if (FIPS_mode()) {
256 if (FIPS_mode())
276 if (FIPS_mode())
H A Devp_cnf.c95 if (!FIPS_mode() && !FIPS_mode_set(1)) {
/freebsd-11-stable/crypto/openssl/crypto/hmac/
H A Dhmac.c76 if (FIPS_mode()) {
85 if (FIPS_mode()) {
168 if (FIPS_mode() && !ctx->i_ctx.engine)
182 if (FIPS_mode() && !ctx->i_ctx.engine)
229 if (FIPS_mode() && !ctx->i_ctx.engine) {
/freebsd-11-stable/crypto/openssl/crypto/pem/
H A Dpem_all.c196 if (FIPS_mode()) {
218 if (FIPS_mode()) {
277 if (FIPS_mode()) {
299 if (FIPS_mode()) {
365 if (FIPS_mode()) {
387 if (FIPS_mode()) {
/freebsd-11-stable/crypto/openssl/crypto/pkcs12/
H A Dp12_crt.c95 if (FIPS_mode())

Completed in 202 milliseconds

12