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

  /external/openssh/openbsd-compat/
sha2.h 63 #define SHA512_DIGEST_LENGTH 64
64 #define SHA512_DIGEST_STRING_LENGTH (SHA512_DIGEST_LENGTH * 2 + 1)
120 void SHA512_Final(u_int8_t [SHA512_DIGEST_LENGTH], SHA512_CTX *)
121 __attribute__((__bounded__(__minbytes__,1,SHA512_DIGEST_LENGTH)));
bcrypt_pbkdf.c 35 #ifdef SHA512_DIGEST_LENGTH
36 # undef SHA512_DIGEST_LENGTH
38 #define SHA512_DIGEST_LENGTH crypto_hash_sha512_BYTES
78 size_t shalen = SHA512_DIGEST_LENGTH;
114 u_int8_t sha2pass[SHA512_DIGEST_LENGTH];
115 u_int8_t sha2salt[SHA512_DIGEST_LENGTH];
  /external/boringssl/src/include/openssl/
sha.h 217 /* SHA512_DIGEST_LENGTH is the length of a SHA-512 digest. */
218 #define SHA512_DIGEST_LENGTH 64
227 * to |md|, which must have at least |SHA512_DIGEST_LENGTH| bytes of space. It
232 * |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 302 milliseconds