Searched refs:crypto_ahash_type (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/crypto/ |
H A D | ahash.c | 24 static const struct crypto_type crypto_ahash_type; variable 431 if (tfm->__crt_alg->cra_type != &crypto_ahash_type) in crypto_ahash_init_tfm() 455 if (alg->cra_type != &crypto_ahash_type) in crypto_ahash_extsize() 501 static const struct crypto_type crypto_ahash_type = { variable 524 spawn->base.frontend = &crypto_ahash_type; in crypto_grab_ahash() 532 return crypto_alloc_tfm(alg_name, &crypto_ahash_type, type, mask); in crypto_alloc_ahash() 538 return crypto_type_has_alg(alg_name, &crypto_ahash_type, type, mask); in crypto_has_ahash() 558 nhash = crypto_clone_tfm(&crypto_ahash_type, tfm); in crypto_clone_ahash() 574 if (tfm->__crt_alg->cra_type != &crypto_ahash_type) in crypto_clone_ahash() 606 base->cra_type = &crypto_ahash_type; in ahash_prepare_alg() [all...] |
/kernel/linux/linux-5.10/crypto/ |
H A D | ahash.c | 25 static const struct crypto_type crypto_ahash_type; variable 462 if (tfm->__crt_alg->cra_type != &crypto_ahash_type) in crypto_ahash_init_tfm() 486 if (alg->cra_type != &crypto_ahash_type) in crypto_ahash_extsize() 532 static const struct crypto_type crypto_ahash_type = { variable 550 spawn->base.frontend = &crypto_ahash_type; in crypto_grab_ahash() 558 return crypto_alloc_tfm(alg_name, &crypto_ahash_type, type, mask); in crypto_alloc_ahash() 564 return crypto_type_has_alg(alg_name, &crypto_ahash_type, type, mask); in crypto_has_ahash() 577 base->cra_type = &crypto_ahash_type; in ahash_prepare_alg() 652 if (alg->cra_type != &crypto_ahash_type) in crypto_hash_alg_has_setkey()
|
Completed in 2 milliseconds