Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Darc4.c140 .cra_type = &crypto_blkcipher_type,
Dcrypto_null.c130 .cra_type = &crypto_blkcipher_type,
Decb.c141 inst->alg.cra_type = &crypto_blkcipher_type; in crypto_ecb_alloc()
Dblkcipher.c548 const struct crypto_type crypto_blkcipher_type = { variable
556 EXPORT_SYMBOL_GPL(crypto_blkcipher_type);
Dkeywrap.c339 inst->alg.cra_type = &crypto_blkcipher_type; in crypto_kw_alloc()
Dctr.c221 inst->alg.cra_type = &crypto_blkcipher_type; in crypto_ctr_alloc()
Dskcipher.c586 if (alg->cra_type == &crypto_blkcipher_type) in crypto_skcipher_extsize()
861 if (tfm->__crt_alg->cra_type == &crypto_blkcipher_type) in crypto_skcipher_init_tfm()
/linux-4.19.296/include/crypto/
Dalgapi.h139 extern const struct crypto_type crypto_blkcipher_type;