Searched refs:safexcel_hmac_setkey (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/crypto/inside-secure/ |
D | safexcel_cipher.c | 353 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()
|
D | safexcel.h | 817 int safexcel_hmac_setkey(const char *alg, const u8 *key, unsigned int keylen,
|
D | safexcel_hash.c | 1006 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()
|