Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/inside-secure/
Dsafexcel_cipher.c353 if (safexcel_hmac_setkey("safexcel-sha1", keys.authkey, in safexcel_aead_setkey()
358 if (safexcel_hmac_setkey("safexcel-sha224", keys.authkey, in safexcel_aead_setkey()
363 if (safexcel_hmac_setkey("safexcel-sha256", keys.authkey, in safexcel_aead_setkey()
368 if (safexcel_hmac_setkey("safexcel-sha384", keys.authkey, in safexcel_aead_setkey()
373 if (safexcel_hmac_setkey("safexcel-sha512", keys.authkey, in safexcel_aead_setkey()
Dsafexcel.h817 int safexcel_hmac_setkey(const char *alg, const u8 *key, unsigned int keylen,
Dsafexcel_hash.c1006 int safexcel_hmac_setkey(const char *alg, const u8 *key, unsigned int keylen, in safexcel_hmac_setkey() function
1065 ret = safexcel_hmac_setkey(alg, key, keylen, &istate, &ostate); in safexcel_hmac_alg_setkey()