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

  /external/openssh/openbsd-compat/
sha2.h 60 #define SHA384_DIGEST_LENGTH 48
61 #define SHA384_DIGEST_STRING_LENGTH (SHA384_DIGEST_LENGTH * 2 + 1)
103 void SHA384_Final(u_int8_t [SHA384_DIGEST_LENGTH], SHA384_CTX *)
104 __attribute__((__bounded__(__minbytes__,1,SHA384_DIGEST_LENGTH)));
  /external/boringssl/src/include/openssl/
sha.h 187 /* SHA384_DIGEST_LENGTH is the length of a SHA-384 digest. */
188 #define SHA384_DIGEST_LENGTH 48
197 * to |md|, which must have at least |SHA384_DIGEST_LENGTH| bytes of space. It
202 * |out|. There must be at least |SHA384_DIGEST_LENGTH| bytes of space in
  /external/ipsec-tools/src/racoon/missing/crypto/sha2/
sha2.h 53 #define SHA384_DIGEST_LENGTH 48
54 #define SHA384_DIGEST_STRING_LENGTH (SHA384_DIGEST_LENGTH * 2 + 1)
133 void SHA384_Final __P((u_int8_t[SHA384_DIGEST_LENGTH], SHA384_CTX*));

Completed in 575 milliseconds