Home
last modified time | relevance | path

Searched refs:hmac_import (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dhmac.c90 static int hmac_import(struct shash_desc *pdesc, const void *in) in hmac_import() function
102 return hmac_import(pdesc, crypto_shash_ctx_aligned(pdesc->tfm)); in hmac_init()
223 inst->alg.import = hmac_import; in hmac_create()
/kernel/linux/linux-6.6/crypto/
H A Dhmac.c94 static int hmac_import(struct shash_desc *pdesc, const void *in) in hmac_import() function
106 return hmac_import(pdesc, crypto_shash_ctx_aligned(pdesc->tfm)); in hmac_init()
242 inst->alg.import = hmac_import; in hmac_create()

Completed in 2 milliseconds