Searched refs:hmac_key (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/crypto/axis/ |
| H A D | artpec6_crypto.c | 314 char hmac_key[SHA256_BLOCK_SIZE]; member 1337 memcpy(req_ctx->key_buffer, ctx->hmac_key, in artpec6_crypto_prepare_hash() 2242 memset(tfm_ctx->hmac_key, 0, sizeof(tfm_ctx->hmac_key)); in artpec6_crypto_hash_set_key() 2250 tfm_ctx->hmac_key); in artpec6_crypto_hash_set_key() 2254 memcpy(tfm_ctx->hmac_key, key, keylen); in artpec6_crypto_hash_set_key() 2433 memset(tfm_ctx->hmac_key, 0, sizeof(tfm_ctx->hmac_key)); in artpec6_crypto_ahash_exit()
|
| /linux/include/linux/ceph/ |
| H A D | messenger.h | 416 struct hmac_sha256_key hmac_key; /* post-auth signature */ member
|
| /linux/net/ceph/ |
| H A D | messenger_v2.c | 726 hmac_sha256_preparekey(&con->v2.hmac_key, session_key, session_key_len); in setup_crypto() 798 hmac_sha256_init(&ctx, &con->v2.hmac_key); in ceph_hmac_sha256() 3796 memzero_explicit(&con->v2.hmac_key, sizeof(con->v2.hmac_key)); in ceph_con_v2_reset_protocol()
|