Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dablkcipher.c409 const struct crypto_type crypto_ablkcipher_type = { variable
417 EXPORT_SYMBOL_GPL(crypto_ablkcipher_type);
Dskcipher.c589 if (alg->cra_type == &crypto_ablkcipher_type || in crypto_skcipher_extsize()
864 if (tfm->__crt_alg->cra_type == &crypto_ablkcipher_type || in crypto_skcipher_init_tfm()
Dcryptd.c419 inst->alg.cra_type = &crypto_ablkcipher_type; in cryptd_create_blkcipher()
/linux-4.19.296/include/crypto/
Dalgapi.h138 extern const struct crypto_type crypto_ablkcipher_type;