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

  /external/boringssl/src/include/openssl/
sha.h 218 /* SHA512_DIGEST_LENGTH is the length of a SHA-512 digest. */
219 #define SHA512_DIGEST_LENGTH 64
228 * to |md|, which must have at least |SHA512_DIGEST_LENGTH| bytes of space. It
233 * |out|. There must be at least |SHA512_DIGEST_LENGTH| bytes of space in
  /external/ipsec-tools/src/racoon/missing/crypto/sha2/
sha2.h 56 #define SHA512_DIGEST_LENGTH 64
57 #define SHA512_DIGEST_STRING_LENGTH (SHA512_DIGEST_LENGTH * 2 + 1)
141 void SHA512_Final __P((u_int8_t[SHA512_DIGEST_LENGTH], SHA512_CTX*));

Completed in 439 milliseconds