Searched refs:crypto_ahash_type (Results 1 – 4 of 4) sorted by relevance
/crypto/ |
D | ahash.c | 485 if (tfm->__crt_alg->cra_type != &crypto_ahash_type) in crypto_ahash_init_tfm() 506 if (alg->cra_type != &crypto_ahash_type) in crypto_ahash_extsize() 545 const struct crypto_type crypto_ahash_type = { variable 557 EXPORT_SYMBOL_GPL(crypto_ahash_type); 562 return crypto_alloc_tfm(alg_name, &crypto_ahash_type, type, mask); in crypto_alloc_ahash() 568 return crypto_type_has_alg(alg_name, &crypto_ahash_type, type, mask); in crypto_has_ahash() 581 base->cra_type = &crypto_ahash_type; in ahash_prepare_alg() 661 &crypto_ahash_type); in crypto_init_ahash_spawn() 669 alg = crypto_attr_alg2(rta, &crypto_ahash_type, type, mask); in ahash_attr_alg() 678 if (alg->cra_type != &crypto_ahash_type) in crypto_hash_alg_has_setkey()
|
D | chacha20poly1305.c | 591 poly = crypto_find_alg(poly_name, &crypto_ahash_type, in chachapoly_create()
|
D | ccm.c | 474 mac_alg = crypto_find_alg(mac_name, &crypto_ahash_type, in crypto_ccm_create_common()
|
D | gcm.c | 602 ghash_alg = crypto_find_alg(ghash_name, &crypto_ahash_type, in crypto_gcm_create_common()
|