Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/axis/
H A Dartpec6_crypto.c315 size_t hmac_key_length; member
1338 ctx->hmac_key_length); in artpec6_crypto_prepare_hash()
1339 memset(req_ctx->key_buffer + ctx->hmac_key_length, 0, in artpec6_crypto_prepare_hash()
1340 blocksize - ctx->hmac_key_length); in artpec6_crypto_prepare_hash()
2243 tfm_ctx->hmac_key_length = blocksize; in artpec6_crypto_hash_set_key()
2251 tfm_ctx->hmac_key_length = keylen; in artpec6_crypto_hash_set_key()
2430 tfm_ctx->hmac_key_length = 0; in artpec6_crypto_ahash_exit()