Searched refs:hmac_sha224_preparekey (Results 1 – 5 of 5) sorted by relevance
16 #define HMAC_PREPAREKEY hmac_sha224_preparekey
361 void hmac_sha224_preparekey(struct hmac_sha224_key *key, in hmac_sha224_preparekey() function367 EXPORT_SYMBOL_GPL(hmac_sha224_preparekey);
190 hmac_sha224_preparekey(HMAC_SHA224_KEY(tfm), raw_key, keylen); in crypto_hmac_sha224_setkey()
232 void hmac_sha224_preparekey(struct hmac_sha224_key *key,
301 hmac_sha224_preparekey(&k.sha224, raw_key, raw_key_len); in chcr_prepare_hmac_key()