Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/axis/
Dartpec6_crypto.c314 size_t hmac_key_length; member
1337 ctx->hmac_key_length); in artpec6_crypto_prepare_hash()
1338 memset(req_ctx->key_buffer + ctx->hmac_key_length, 0, in artpec6_crypto_prepare_hash()
1339 blocksize - ctx->hmac_key_length); in artpec6_crypto_prepare_hash()
2242 tfm_ctx->hmac_key_length = blocksize; in artpec6_crypto_hash_set_key()
2250 tfm_ctx->hmac_key_length = keylen; in artpec6_crypto_hash_set_key()
2429 tfm_ctx->hmac_key_length = 0; in artpec6_crypto_ahash_exit()