Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/axis/
H A 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()
/kernel/linux/linux-6.6/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()

Completed in 8 milliseconds