HomeSort by relevance Sort by last modified time
    Searched defs:EVP_MAX_MD_SIZE (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/boringssl/src/include/openssl/
digest.h 137 /* EVP_MAX_MD_SIZE is the largest digest size supported. Functions that output
139 #define EVP_MAX_MD_SIZE 64 /* SHA-512 is the longest so far. */
142 * |md_out|. At most |EVP_MAX_MD_SIZE| bytes are written. If |out_size| is not
157 * |EVP_MAX_MD_SIZE| bytes are written. If |out_size| is not NULL then
  /external/openssl/crypto/evp/
evp.h 85 #define EVP_MAX_MD_SIZE 64 /* longest known is SHA512 */
    [all...]
  /external/openssl/include/openssl/
evp.h 85 #define EVP_MAX_MD_SIZE 64 /* longest known is SHA512 */
    [all...]

Completed in 35 milliseconds