HomeSort by relevance Sort by last modified time
    Searched refs:EVP_CIPH_FLAG_NON_FIPS_ALLOW (Results 1 - 6 of 6) sorted by null

  /external/openssl/crypto/cmac/
cmac.c 161 && !(ctx->cctx.flags & EVP_CIPH_FLAG_NON_FIPS_ALLOW))
  /external/openssl/crypto/hmac/
hmac.c 79 && !(ctx->i_ctx.flags & EVP_CIPH_FLAG_NON_FIPS_ALLOW))
  /external/openssl/apps/
enc.c 598 EVP_CIPH_FLAG_NON_FIPS_ALLOW);
  /external/openssl/crypto/evp/
e_aes.c 719 if (FIPS_module_mode() && !(c->flags & EVP_CIPH_FLAG_NON_FIPS_ALLOW)
1131 if (FIPS_module_mode() && !(ctx->flags & EVP_CIPH_FLAG_NON_FIPS_ALLOW) &&
    [all...]
evp.h 359 #define EVP_CIPH_FLAG_NON_FIPS_ALLOW 0x8000
    [all...]
  /external/openssl/include/openssl/
evp.h 359 #define EVP_CIPH_FLAG_NON_FIPS_ALLOW 0x8000
    [all...]

Completed in 242 milliseconds