Searched refs:hmac_key (Results 1 – 3 of 3) sorted by relevance
| /linux/net/ceph/ |
| H A D | crypto.c | 87 hmac_sha256_preparekey(&key->hmac_key, key->key, key->len); in ceph_crypto_key_prepare() 182 memzero_explicit(&key->hmac_key, sizeof(key->hmac_key)); in ceph_crypto_key_destroy() 450 hmac_sha256(&key->hmac_key, buf, buf_len, hmac); in ceph_hmac_sha256()
|
| H A D | messenger_v2.c | 724 hmac_sha256_preparekey(&con->v2.hmac_key, session_key, session_key_len); in setup_crypto() 796 hmac_sha256_init(&ctx, &con->v2.hmac_key); in con_hmac_sha256() 3804 memzero_explicit(&con->v2.hmac_key, sizeof(con->v2.hmac_key)); in ceph_con_v2_reset_protocol()
|
| /linux/include/linux/ceph/ |
| H A D | messenger.h | 416 struct hmac_sha256_key hmac_key; /* post-auth signature */ member
|