Home
last modified time | relevance | path

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

/linux/drivers/crypto/axis/
H A Dartpec6_crypto.c314 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 Dmessenger.h416 struct hmac_sha256_key hmac_key; /* post-auth signature */ member
/linux/net/ceph/
H A Dmessenger_v2.c726 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()