Home
last modified time | relevance | path

Searched refs:crypto_ablkcipher_crt (Results 1 – 3 of 3) sorted by relevance

/include/crypto/
Dskcipher.h43 crypto_ablkcipher_crt(skcipher_givcrypt_reqtfm(req)); in crypto_skcipher_givencrypt()
51 crypto_ablkcipher_crt(skcipher_givcrypt_reqtfm(req)); in crypto_skcipher_givdecrypt()
/include/crypto/internal/
Dskcipher.h72 return crypto_ablkcipher_crt(geniv)->base; in skcipher_geniv_cipher()
/include/linux/
Dcrypto.h605 static inline struct ablkcipher_tfm *crypto_ablkcipher_crt( in crypto_ablkcipher_crt() function
614 return crypto_ablkcipher_crt(tfm)->ivsize; in crypto_ablkcipher_ivsize()
649 struct ablkcipher_tfm *crt = crypto_ablkcipher_crt(tfm); in crypto_ablkcipher_setkey()
663 crypto_ablkcipher_crt(crypto_ablkcipher_reqtfm(req)); in crypto_ablkcipher_encrypt()
670 crypto_ablkcipher_crt(crypto_ablkcipher_reqtfm(req)); in crypto_ablkcipher_decrypt()
677 return crypto_ablkcipher_crt(tfm)->reqsize; in crypto_ablkcipher_reqsize()
683 req->base.tfm = crypto_ablkcipher_tfm(crypto_ablkcipher_crt(tfm)->base); in ablkcipher_request_set_tfm()