Searched refs:crypto_shash_init (Results 1 – 17 of 17) sorted by relevance
135 ret = crypto_shash_init(desc) ?: in jent_hash_time()179 crypto_shash_init(hash_state_desc) ?: in jent_read_random_block()256 crypto_shash_init(sdesc); in jent_kcapi_init()349 crypto_shash_init(desc); in jent_mod_init()
31 err = crypto_shash_init(desc); in crypto_kdf108_ctr_generate()
81 int crypto_shash_init(struct shash_desc *desc) in crypto_shash_init() function87 EXPORT_SYMBOL_GPL(crypto_shash_init);
72 err = crypto_shash_init(shash) ?: in hmac_setkey()75 crypto_shash_init(shash) ?: in hmac_setkey()
220 return crypto_shash_init(desc) ?: in shash_ahash_digest()233 return crypto_shash_init(desc) ?: in shash_ahash_digest()376 return crypto_shash_init(prepare_shash_desc(req, tfm)); in crypto_ahash_init()
91 err = crypto_shash_init(desc); in hkdf_expand()
119 err = crypto_shash_init(shash); in hctr2_hash_tweaklen()
258 err = crypto_shash_init(hash_desc); in adiantum_hash_message()
113 err = crypto_shash_init(desc) ?: in essiv_aead_setkey()
551 err = crypto_shash_init(desc); in cryptd_hash_init()
1714 crypto_shash_init(&sdesc->shash); in drbg_kcapi_hash()
1373 err = crypto_shash_init(desc); in test_shash_vec_cfg()
89 ret = crypto_shash_init(desc); in rfc6803_calc_KDF_FEEDBACK_CMAC()162 ret = crypto_shash_init(desc); in rfc6803_calc_PRF()
164 ret = crypto_shash_init(desc); in rfc3961_calc_H()679 ret = crypto_shash_init(desc); in rfc3961_get_mic()748 ret = crypto_shash_init(desc); in rfc3961_verify_mic()
70 ret = crypto_shash_init(desc); in rfc8009_calc_KDF_HMAC_SHA2()
103 ret = crypto_shash_init(desc); in pkcs7_digest()
357 ret = crypto_shash_init(desc); in pefile_digest_pe()
Completed in 35 milliseconds