Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/axis/
Dartpec6_crypto.c318 size_t hmac_key_length; member
1344 ctx->hmac_key_length); in artpec6_crypto_prepare_hash()
1345 memset(req_ctx->key_buffer + ctx->hmac_key_length, 0, in artpec6_crypto_prepare_hash()
1346 blocksize - ctx->hmac_key_length); in artpec6_crypto_prepare_hash()
2235 tfm_ctx->hmac_key_length = blocksize; in artpec6_crypto_hash_set_key()
2243 tfm_ctx->hmac_key_length = keylen; in artpec6_crypto_hash_set_key()
2503 tfm_ctx->hmac_key_length = 0; in artpec6_crypto_ahash_exit()