Searched refs:hmac_key (Results 1 – 1 of 1) sorted by relevance
314 char hmac_key[SHA256_BLOCK_SIZE]; member1337 memcpy(req_ctx->key_buffer, ctx->hmac_key, in artpec6_crypto_prepare_hash()2238 memset(tfm_ctx->hmac_key, 0, sizeof(tfm_ctx->hmac_key)); in artpec6_crypto_hash_set_key()2246 tfm_ctx->hmac_key); in artpec6_crypto_hash_set_key()2250 memcpy(tfm_ctx->hmac_key, key, keylen); in artpec6_crypto_hash_set_key()2429 memset(tfm_ctx->hmac_key, 0, sizeof(tfm_ctx->hmac_key)); in artpec6_crypto_ahash_exit()