Searched defs:EVP_CIPH_VARIABLE_LENGTH (Results 1 - 2 of 2) sorted by relevance

/external/boringssl/include/openssl/
H A Dcipher.h302 * |EVP_CIPH_VARIABLE_LENGTH| set. */
343 /* EVP_CIPH_VARIABLE_LENGTH indicates that the cipher takes a variable length
345 #define EVP_CIPH_VARIABLE_LENGTH 0x40 macro
/external/boringssl/src/include/openssl/
H A Dcipher.h302 * |EVP_CIPH_VARIABLE_LENGTH| set. */
343 /* EVP_CIPH_VARIABLE_LENGTH indicates that the cipher takes a variable length
345 #define EVP_CIPH_VARIABLE_LENGTH 0x40 macro

Completed in 130 milliseconds