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

/external/boringssl/include/openssl/
H A Dsha.h73 /* SHA_DIGEST_LENGTH is the length of a SHA-1 digest. */
74 #define SHA_DIGEST_LENGTH 20 macro
83 * to |md|, which must have at least |SHA_DIGEST_LENGTH| bytes of space. It
88 * |out|. There must be at least |SHA_DIGEST_LENGTH| bytes of space in
/external/boringssl/src/include/openssl/
H A Dsha.h73 /* SHA_DIGEST_LENGTH is the length of a SHA-1 digest. */
74 #define SHA_DIGEST_LENGTH 20 macro
83 * to |md|, which must have at least |SHA_DIGEST_LENGTH| bytes of space. It
88 * |out|. There must be at least |SHA_DIGEST_LENGTH| bytes of space in

Completed in 104 milliseconds