Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Daead.c237 static const struct crypto_type crypto_aead_type = { variable
260 spawn->base.frontend = &crypto_aead_type; in crypto_grab_aead()
267 return crypto_alloc_tfm(alg_name, &crypto_aead_type, type, mask); in crypto_alloc_aead()
283 base->cra_type = &crypto_aead_type; in aead_prepare_alg()