Home
last modified time | relevance | path

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

/linux-4.1.27/include/crypto/
Dskcipher.h42 struct ablkcipher_tfm *crt = in crypto_skcipher_givencrypt()
50 struct ablkcipher_tfm *crt = in crypto_skcipher_givdecrypt()
/linux-4.1.27/include/linux/
Dcrypto.h591 struct ablkcipher_tfm { struct
677 struct ablkcipher_tfm ablkcipher;
922 static inline struct ablkcipher_tfm *crypto_ablkcipher_crt( in crypto_ablkcipher_crt()
1001 struct ablkcipher_tfm *crt = crypto_ablkcipher_crt(tfm); in crypto_ablkcipher_setkey()
1034 struct ablkcipher_tfm *crt = in crypto_ablkcipher_encrypt()
1052 struct ablkcipher_tfm *crt = in crypto_ablkcipher_decrypt()
/linux-4.1.27/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.c462 struct ablkcipher_tfm *crt = &tfm->crt_ablkcipher; in crypto_init_blkcipher_ops_async()
/linux-4.1.27/drivers/crypto/caam/
Dcaamalg.c1830 struct ablkcipher_tfm *crt = &ablkcipher->base.crt_ablkcipher; in ablkcipher_setkey()