Searched refs:crypto_keyhash (Results 1 – 1 of 1) sorted by relevance
118 u_int8_t crypto_keyhash[SHA512_DIGEST_LENGTH]; member262 u_int8_t crypto_keyhash[SHA512_DIGEST_LENGTH]; in essiv_ivgen_ctor() local278 SHA1Final(crypto_keyhash, &ctx); in essiv_ivgen_ctor()285 SHA256_Final(crypto_keyhash, &ctx); in essiv_ivgen_ctor()292 SHA384_Final(crypto_keyhash, &ctx); in essiv_ivgen_ctor()299 SHA512_Final(crypto_keyhash, &ctx); in essiv_ivgen_ctor()306 MD5Final(crypto_keyhash, &ctx); in essiv_ivgen_ctor()314 RMD160Final(crypto_keyhash, &ctx); in essiv_ivgen_ctor()324 memcpy(ivpriv->crypto_keyhash, crypto_keyhash, sizeof(crypto_keyhash)); in essiv_ivgen_ctor()325 ivpriv->keyhash_len = sizeof(crypto_keyhash); in essiv_ivgen_ctor()[all …]