Home
last modified time | relevance | path

Searched refs:EVP_CIPH_MODE_MASK (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/cipher/
Dcipher.c518 return ctx->cipher->flags & ~EVP_CIPH_MODE_MASK; in EVP_CIPHER_CTX_flags()
522 return ctx->cipher->flags & EVP_CIPH_MODE_MASK; in EVP_CIPHER_CTX_mode()
584 return cipher->flags & ~EVP_CIPH_MODE_MASK; in EVP_CIPHER_flags()
588 return cipher->flags & EVP_CIPH_MODE_MASK; in EVP_CIPHER_mode()
Dinternal.h74 #define EVP_CIPH_MODE_MASK 0x3f macro
De_aes.c228 mode = ctx->cipher->flags & EVP_CIPH_MODE_MASK; in aes_init_key()
827 mode = ctx->cipher->flags & EVP_CIPH_MODE_MASK; in aesni_init_key()