Home
last modified time | relevance | path

Searched refs:crypto_ahash_type (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/crypto/
Dahash.c468 if (tfm->__crt_alg->cra_type != &crypto_ahash_type) in crypto_ahash_init_tfm()
489 if (alg->cra_type != &crypto_ahash_type) in crypto_ahash_extsize()
532 const struct crypto_type crypto_ahash_type = { variable
544 EXPORT_SYMBOL_GPL(crypto_ahash_type);
549 return crypto_alloc_tfm(alg_name, &crypto_ahash_type, type, mask); in crypto_alloc_ahash()
555 return crypto_type_has_alg(alg_name, &crypto_ahash_type, type, mask); in crypto_has_ahash()
568 base->cra_type = &crypto_ahash_type; in ahash_prepare_alg()
648 &crypto_ahash_type); in crypto_init_ahash_spawn()
656 alg = crypto_attr_alg2(rta, &crypto_ahash_type, type, mask); in ahash_attr_alg()
665 if (alg->cra_type != &crypto_ahash_type) in crypto_hash_alg_has_setkey()
Dchacha20poly1305.c614 poly = crypto_find_alg(poly_name, &crypto_ahash_type, in chachapoly_create()
Dccm.c476 mac_alg = crypto_find_alg(mac_name, &crypto_ahash_type, in crypto_ccm_create_common()
Dgcm.c618 ghash_alg = crypto_find_alg(ghash_name, &crypto_ahash_type, in crypto_gcm_create_common()
/linux-4.19.296/include/crypto/internal/
Dhash.h53 extern const struct crypto_type crypto_ahash_type;