Home
last modified time | relevance | path

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

/crypto/
Daead.c157 const struct crypto_type crypto_aead_type = { variable
165 EXPORT_SYMBOL_GPL(crypto_aead_type);
344 inst->alg.cra_type = &crypto_aead_type; in aead_geniv_alloc()
478 if (alg->cra_type == &crypto_aead_type) in crypto_lookup_aead()
490 if (alg->cra_type == &crypto_aead_type) { in crypto_lookup_aead()
Dpcrypt.c362 inst->alg.cra_type = &crypto_aead_type; in pcrypt_alloc_aead()
Dccm.c546 inst->alg.cra_type = &crypto_aead_type; in crypto_ccm_alloc_common()
Dauthenc.c650 inst->alg.cra_type = &crypto_aead_type; in crypto_authenc_alloc()
Dauthencesn.c773 inst->alg.cra_type = &crypto_aead_type; in crypto_authenc_esn_alloc()
Dgcm.c767 inst->alg.cra_type = &crypto_aead_type; in crypto_gcm_alloc_common()