Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dcrypto.h789 static inline struct ablkcipher_tfm *crypto_ablkcipher_crt( in crypto_ablkcipher_crt() function
807 return crypto_ablkcipher_crt(tfm)->ivsize; in crypto_ablkcipher_ivsize()
868 struct ablkcipher_tfm *crt = crypto_ablkcipher_crt(tfm); in crypto_ablkcipher_setkey()
902 crypto_ablkcipher_crt(crypto_ablkcipher_reqtfm(req)); in crypto_ablkcipher_encrypt()
920 crypto_ablkcipher_crt(crypto_ablkcipher_reqtfm(req)); in crypto_ablkcipher_decrypt()
944 return crypto_ablkcipher_crt(tfm)->reqsize; in crypto_ablkcipher_reqsize()
958 req->base.tfm = crypto_ablkcipher_tfm(crypto_ablkcipher_crt(tfm)->base); in ablkcipher_request_set_tfm()
/linux-4.4.14/include/crypto/
Dskcipher.h84 crypto_ablkcipher_crt(skcipher_givcrypt_reqtfm(req)); in crypto_skcipher_givencrypt()
92 crypto_ablkcipher_crt(skcipher_givcrypt_reqtfm(req)); in crypto_skcipher_givdecrypt()
/linux-4.4.14/include/crypto/internal/
Dskcipher.h72 return crypto_ablkcipher_crt(geniv)->base; in skcipher_geniv_cipher()
/linux-4.4.14/crypto/
Dchainiv.c109 crypto_ablkcipher_crt(geniv)->givencrypt = chainiv_givencrypt; in chainiv_init()
243 crypto_ablkcipher_crt(geniv)->givencrypt = in async_chainiv_init()
Deseqiv.c181 crypto_ablkcipher_crt(geniv)->givencrypt = eseqiv_givencrypt; in eseqiv_init()
Dseqiv.c244 crypto_ablkcipher_crt(geniv)->givencrypt = seqiv_givencrypt; in seqiv_init()