Home
last modified time | relevance | path

Searched refs:hmac_setkey (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/crypto/
Dhmac.c45 static int hmac_setkey(struct crypto_shash *parent, in hmac_setkey() function
241 inst->alg.setkey = hmac_setkey; in hmac_create()
/Linux-v4.19/drivers/crypto/ccree/
Dcc_aead.c301 static int hmac_setkey(struct cc_hw_desc *desc, struct cc_aead_ctx *ctx) in hmac_setkey() function
613 seq_len = hmac_setkey(desc, ctx); in cc_aead_setkey()