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