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

/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/cipher/
H A Dinternal.h73 // EVP_CIPH_MODE_MASK contains the bits of |flags| that represent the mode.
74 #define EVP_CIPH_MODE_MASK 0x3f macro
H A Dcipher.c524 return ctx->cipher->flags & ~EVP_CIPH_MODE_MASK;
528 return ctx->cipher->flags & EVP_CIPH_MODE_MASK;
590 return cipher->flags & ~EVP_CIPH_MODE_MASK;
594 return cipher->flags & EVP_CIPH_MODE_MASK;
H A De_aes.c197 mode = ctx->cipher->flags & EVP_CIPH_MODE_MASK;

Completed in 72 milliseconds