Searched refs:hmac_sha256_preparekey (Results 1 – 7 of 7) sorted by relevance
| /linux/lib/crypto/ |
| H A D | sha256.c | 369 void hmac_sha256_preparekey(struct hmac_sha256_key *key, in hmac_sha256_preparekey() function 375 EXPORT_SYMBOL_GPL(hmac_sha256_preparekey);
|
| /linux/net/ipv6/ |
| H A D | seg6_hmac.c | 246 hmac_sha256_preparekey(&hinfo->key.sha256, in seg6_hmac_info_add()
|
| /linux/net/sctp/ |
| H A D | endpointola.c | 43 hmac_sha256_preparekey(key, raw_key, sizeof(raw_key)); in gen_cookie_auth_key()
|
| /linux/crypto/ |
| H A D | sha256.c | 257 hmac_sha256_preparekey(HMAC_SHA256_KEY(tfm), raw_key, keylen); in crypto_hmac_sha256_setkey()
|
| /linux/include/crypto/ |
| H A D | sha2.h | 436 void hmac_sha256_preparekey(struct hmac_sha256_key *key,
|
| /linux/net/ceph/ |
| H A D | crypto.c | 87 hmac_sha256_preparekey(&key->hmac_key, key->key, key->len); in ceph_crypto_key_prepare()
|
| H A D | messenger_v2.c | 725 hmac_sha256_preparekey(&con->v2.hmac_key, session_key, session_key_len); in setup_crypto()
|