Searched refs:RSA_FLAG_NON_FIPS_ALLOW (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/rsa/
H A Drsa_lib.c80 if (FIPS_mode() && !(rsa->flags & RSA_FLAG_NON_FIPS_ALLOW)) {
99 if (FIPS_mode() && !(rsa->flags & RSA_FLAG_NON_FIPS_ALLOW)) {
H A Drsa_sign.c93 if (FIPS_mode() && !(rsa->flags & RSA_FLAG_NON_FIPS_ALLOW)) {
201 else if (FIPS_mode() && !(rsa->flags & RSA_FLAG_NON_FIPS_ALLOW)) {
H A Drsa.h92 # define RSA_FLAG_NON_FIPS_ALLOW 0x0400 macro
H A Drsa_eng.c202 ret->flags = ret->meth->flags & ~RSA_FLAG_NON_FIPS_ALLOW;

Completed in 110 milliseconds