Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dcrypto.h491 struct ablkcipher_tfm { struct
554 struct ablkcipher_tfm ablkcipher;
789 static inline struct ablkcipher_tfm *crypto_ablkcipher_crt( in crypto_ablkcipher_crt()
868 struct ablkcipher_tfm *crt = crypto_ablkcipher_crt(tfm); in crypto_ablkcipher_setkey()
901 struct ablkcipher_tfm *crt = in crypto_ablkcipher_encrypt()
919 struct ablkcipher_tfm *crt = in crypto_ablkcipher_decrypt()
/linux-4.4.14/include/crypto/
Dskcipher.h83 struct ablkcipher_tfm *crt = in crypto_skcipher_givencrypt()
91 struct ablkcipher_tfm *crt = in crypto_skcipher_givdecrypt()
/linux-4.4.14/crypto/
Dablkcipher.c366 struct ablkcipher_tfm *crt = &tfm->crt_ablkcipher; in crypto_init_ablkcipher_ops()
448 struct ablkcipher_tfm *crt = &tfm->crt_ablkcipher; in crypto_init_givcipher_ops()
Dblkcipher.c463 struct ablkcipher_tfm *crt = &tfm->crt_ablkcipher; in crypto_init_blkcipher_ops_async()
/linux-4.4.14/drivers/crypto/caam/
Dcaamalg.c1460 struct ablkcipher_tfm *crt = &ablkcipher->base.crt_ablkcipher; in ablkcipher_setkey()