Searched refs:SHA512_DIGEST_STRING_LENGTH (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsha2.h64 #define SHA512_DIGEST_STRING_LENGTH (SHA512_DIGEST_LENGTH * 2 + 1) macro
123 __attribute__((__bounded__(__minbytes__,2,SHA512_DIGEST_STRING_LENGTH)));
125 __attribute__((__bounded__(__minbytes__,2,SHA512_DIGEST_STRING_LENGTH)));
127 __attribute__((__bounded__(__minbytes__,2,SHA512_DIGEST_STRING_LENGTH)));
130 __attribute__((__bounded__(__minbytes__,3,SHA512_DIGEST_STRING_LENGTH)));
/freebsd-11-stable/sys/crypto/sha2/
H A Dsha512.h38 #define SHA512_DIGEST_STRING_LENGTH (SHA512_DIGEST_LENGTH * 2 + 1) macro
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/hash/
H A Dt_sha2.c230 char output[SHA512_DIGEST_STRING_LENGTH];
/freebsd-11-stable/contrib/unbound/compat/
H A Dsha512.c52 #define SHA512_DIGEST_STRING_LENGTH (SHA512_DIGEST_LENGTH * 2 + 1) macro
/freebsd-11-stable/usr.sbin/unbound/
H A Dconfig.h1337 #define SHA512_DIGEST_STRING_LENGTH (SHA512_DIGEST_LENGTH * 2 + 1) macro

Completed in 76 milliseconds