Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/inside-secure/
Dsafexcel_cipher.c208 if (safexcel_hmac_setkey("safexcel-sha1", keys.authkey, in safexcel_aead_aes_setkey()
213 if (safexcel_hmac_setkey("safexcel-sha224", keys.authkey, in safexcel_aead_aes_setkey()
218 if (safexcel_hmac_setkey("safexcel-sha256", keys.authkey, in safexcel_aead_aes_setkey()
223 if (safexcel_hmac_setkey("safexcel-sha384", keys.authkey, in safexcel_aead_aes_setkey()
228 if (safexcel_hmac_setkey("safexcel-sha512", keys.authkey, in safexcel_aead_aes_setkey()
Dsafexcel.h694 int safexcel_hmac_setkey(const char *alg, const u8 *key, unsigned int keylen,
Dsafexcel_hash.c932 int safexcel_hmac_setkey(const char *alg, const u8 *key, unsigned int keylen, in safexcel_hmac_setkey() function
991 ret = safexcel_hmac_setkey(alg, key, keylen, &istate, &ostate); in safexcel_hmac_alg_setkey()