Searched defs:EVP_CIPH_MODE_MASK (Results 1 - 1 of 1) sorted by relevance
/external/boringssl/src/crypto/cipher/ | ||
H A D | internal.h | 69 /* EVP_CIPH_MODE_MASK contains the bits of |flags| that represent the mode. */ 70 #define EVP_CIPH_MODE_MASK 0x3f macro |
Completed in 65 milliseconds