safexcel_hmac_setkey  817 drivers/crypto/inside-secure/safexcel.h int safexcel_hmac_setkey(const char *alg, const u8 *key, unsigned int keylen,
safexcel_hmac_setkey  353 drivers/crypto/inside-secure/safexcel_cipher.c 		if (safexcel_hmac_setkey("safexcel-sha1", keys.authkey,
safexcel_hmac_setkey  358 drivers/crypto/inside-secure/safexcel_cipher.c 		if (safexcel_hmac_setkey("safexcel-sha224", keys.authkey,
safexcel_hmac_setkey  363 drivers/crypto/inside-secure/safexcel_cipher.c 		if (safexcel_hmac_setkey("safexcel-sha256", keys.authkey,
safexcel_hmac_setkey  368 drivers/crypto/inside-secure/safexcel_cipher.c 		if (safexcel_hmac_setkey("safexcel-sha384", keys.authkey,
safexcel_hmac_setkey  373 drivers/crypto/inside-secure/safexcel_cipher.c 		if (safexcel_hmac_setkey("safexcel-sha512", keys.authkey,
safexcel_hmac_setkey 1065 drivers/crypto/inside-secure/safexcel_hash.c 	ret = safexcel_hmac_setkey(alg, key, keylen, &istate, &ostate);