Home
last modified time | relevance | path

Searched refs:HASH_MAX_LEN (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/crypto/openssl/
H A Dossl.c203 char digest[HASH_MAX_LEN]; in ossl_process()
248 char digest2[HASH_MAX_LEN]; in ossl_process()
/f-stack/freebsd/crypto/via/
H A Dpadlock_hash.c284 u_char hash[HASH_MAX_LEN], hash2[HASH_MAX_LEN]; in padlock_authcompute()
/f-stack/freebsd/mips/nlm/dev/sec/
H A Dnlmsec.c255 uint8_t hash[HASH_MAX_LEN]; in nlm_xlpsec_msgring_handler()
539 if ((cmd->hashdest = malloc(HASH_MAX_LEN, M_DEVBUF, in xlp_alloc_cmd_params()
/f-stack/freebsd/opencrypto/
H A Dcryptodev.h87 #define HASH_MAX_LEN SHA2_512_HASH_LEN /* Keep this updated */ macro
H A Dcryptosoft.c319 u_char aalg[HASH_MAX_LEN]; in swcr_authcompute()
368 u_char uaalg[HASH_MAX_LEN]; in swcr_authcompute()
/f-stack/freebsd/netipsec/
H A Dipsec_output.c862 sizeof(struct newah) + HASH_MAX_LEN /* AH + ICV */))