Searched refs:crypto_ablkcipher_crt (Results 1 – 6 of 6) sorted by relevance
43 crypto_ablkcipher_crt(skcipher_givcrypt_reqtfm(req)); in crypto_skcipher_givencrypt()51 crypto_ablkcipher_crt(skcipher_givcrypt_reqtfm(req)); in crypto_skcipher_givdecrypt()
90 if (crypto_ablkcipher_crt(geniv)->givencrypt != in chainiv_givencrypt_first()94 crypto_ablkcipher_crt(geniv)->givencrypt = chainiv_givencrypt; in chainiv_givencrypt_first()217 if (crypto_ablkcipher_crt(geniv)->givencrypt != in async_chainiv_givencrypt_first()221 crypto_ablkcipher_crt(geniv)->givencrypt = async_chainiv_givencrypt; in async_chainiv_givencrypt_first()
156 if (crypto_ablkcipher_crt(geniv)->givencrypt != eseqiv_givencrypt_first) in eseqiv_givencrypt_first()159 crypto_ablkcipher_crt(geniv)->givencrypt = eseqiv_givencrypt; in eseqiv_givencrypt_first()
196 if (crypto_ablkcipher_crt(geniv)->givencrypt != seqiv_givencrypt_first) in seqiv_givencrypt_first()199 crypto_ablkcipher_crt(geniv)->givencrypt = seqiv_givencrypt; in seqiv_givencrypt_first()
922 static inline struct ablkcipher_tfm *crypto_ablkcipher_crt( in crypto_ablkcipher_crt() function940 return crypto_ablkcipher_crt(tfm)->ivsize; in crypto_ablkcipher_ivsize()1001 struct ablkcipher_tfm *crt = crypto_ablkcipher_crt(tfm); in crypto_ablkcipher_setkey()1035 crypto_ablkcipher_crt(crypto_ablkcipher_reqtfm(req)); in crypto_ablkcipher_encrypt()1053 crypto_ablkcipher_crt(crypto_ablkcipher_reqtfm(req)); in crypto_ablkcipher_decrypt()1077 return crypto_ablkcipher_crt(tfm)->reqsize; in crypto_ablkcipher_reqsize()1091 req->base.tfm = crypto_ablkcipher_tfm(crypto_ablkcipher_crt(tfm)->base); in ablkcipher_request_set_tfm()
72 return crypto_ablkcipher_crt(geniv)->base; in skcipher_geniv_cipher()