Home
last modified time | relevance | path

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

/linux/drivers/crypto/inside-secure/
H A Dsafexcel.h924 int safexcel_hmac_setkey(struct safexcel_context *base, const u8 *key,
H A Dsafexcel_hash.c1165 int safexcel_hmac_setkey(struct safexcel_context *base, const u8 *key, in safexcel_hmac_setkey() function
1194 return safexcel_hmac_setkey(&ctx->base, key, keylen, alg, state_sz); in safexcel_hmac_alg_setkey()