/freebsd/crypto/libecc/include/libecc/hash/ |
H A D | bash224.h | 27 #define MAX_DIGEST_SIZE 0 macro 31 #define MAX_DIGEST_SIZE BASH224_DIGEST_SIZE macro
|
H A D | sha3-512.h | 32 #define MAX_DIGEST_SIZE 0 macro 36 #define MAX_DIGEST_SIZE SHA3_512_DIGEST_SIZE macro
|
H A D | streebog512.h | 27 #define MAX_DIGEST_SIZE 0 macro 31 #define MAX_DIGEST_SIZE STREEBOG512_DIGEST_SIZE macro
|
H A D | bash512.h | 27 #define MAX_DIGEST_SIZE 0 macro 31 #define MAX_DIGEST_SIZE BASH512_DIGEST_SIZE macro
|
H A D | shake256.h | 31 #define MAX_DIGEST_SIZE 0 macro 35 #define MAX_DIGEST_SIZE SHAKE256_DIGEST_SIZE macro
|
H A D | sha3-384.h | 32 #define MAX_DIGEST_SIZE 0 macro 36 #define MAX_DIGEST_SIZE SHA3_384_DIGEST_SIZE macro
|
H A D | sha3-256.h | 32 #define MAX_DIGEST_SIZE 0 macro 36 #define MAX_DIGEST_SIZE SHA3_256_DIGEST_SIZE macro
|
H A D | bash384.h | 27 #define MAX_DIGEST_SIZE 0 macro 31 #define MAX_DIGEST_SIZE BASH384_DIGEST_SIZE macro
|
H A D | bash256.h | 27 #define MAX_DIGEST_SIZE 0 macro 31 #define MAX_DIGEST_SIZE BASH256_DIGEST_SIZE macro
|
H A D | streebog256.h | 27 #define MAX_DIGEST_SIZE 0 macro 31 #define MAX_DIGEST_SIZE STREEBOG256_DIGEST_SIZE macro
|
H A D | sha3-224.h | 32 #define MAX_DIGEST_SIZE 0 macro 36 #define MAX_DIGEST_SIZE SHA3_224_DIGEST_SIZE macro
|
H A D | sha512-224.h | 34 #define MAX_DIGEST_SIZE 0 macro 38 #define MAX_DIGEST_SIZE SHA512_224_DIGEST_SIZE macro
|
H A D | sha512.h | 34 #define MAX_DIGEST_SIZE 0 macro 38 #define MAX_DIGEST_SIZE SHA512_DIGEST_SIZE macro
|
H A D | sha512-256.h | 34 #define MAX_DIGEST_SIZE 0 macro 38 #define MAX_DIGEST_SIZE SHA512_256_DIGEST_SIZE macro
|
H A D | sha384.h | 33 #define MAX_DIGEST_SIZE 0 macro 37 #define MAX_DIGEST_SIZE SHA384_DIGEST_SIZE macro
|
H A D | ripemd160.h | 27 #define MAX_DIGEST_SIZE 0 macro 31 #define MAX_DIGEST_SIZE RIPEMD160_DIGEST_SIZE macro
|
H A D | sha224.h | 33 #define MAX_DIGEST_SIZE 0 macro 37 #define MAX_DIGEST_SIZE SHA224_DIGEST_SIZE macro
|
H A D | sha256.h | 33 #define MAX_DIGEST_SIZE 0 macro 37 #define MAX_DIGEST_SIZE SHA256_DIGEST_SIZE macro
|
H A D | sm3.h | 27 #define MAX_DIGEST_SIZE 0 macro 31 #define MAX_DIGEST_SIZE SM3_DIGEST_SIZE macro
|
H A D | belt-hash.h | 109 #define MAX_DIGEST_SIZE 0 macro 113 #define MAX_DIGEST_SIZE BELT_HASH_DIGEST_SIZE macro
|
/freebsd/crypto/libecc/include/libecc/nn/ |
H A D | nn_config.h | 189 wordsize, WORDSIZE, MAX_DIGEST_SIZE) (void) { in LIBECC_CONCATENATE() argument 207 wordsize, WORDSIZE, complete_formulas, MAX_DIGEST_SIZE) (void) { in LIBECC_CONCATENATE() argument
|
/freebsd/crypto/openssl/crypto/slh_dsa/ |
H A D | slh_hash.c | 19 #define MAX_DIGEST_SIZE 64 /* SHA-512 is used for security category 3 & 5 */ macro
|