crypto_ablkcipher_crt 89 crypto/chainiv.c if (crypto_ablkcipher_crt(geniv)->givencrypt != crypto_ablkcipher_crt 93 crypto/chainiv.c crypto_ablkcipher_crt(geniv)->givencrypt = chainiv_givencrypt; crypto_ablkcipher_crt 216 crypto/chainiv.c if (crypto_ablkcipher_crt(geniv)->givencrypt != crypto_ablkcipher_crt 220 crypto/chainiv.c crypto_ablkcipher_crt(geniv)->givencrypt = async_chainiv_givencrypt; crypto_ablkcipher_crt 169 crypto/eseqiv.c if (crypto_ablkcipher_crt(geniv)->givencrypt != eseqiv_givencrypt_first) crypto_ablkcipher_crt 172 crypto/eseqiv.c crypto_ablkcipher_crt(geniv)->givencrypt = eseqiv_givencrypt; crypto_ablkcipher_crt 195 crypto/seqiv.c if (crypto_ablkcipher_crt(geniv)->givencrypt != seqiv_givencrypt_first) crypto_ablkcipher_crt 198 crypto/seqiv.c crypto_ablkcipher_crt(geniv)->givencrypt = seqiv_givencrypt; crypto_ablkcipher_crt 70 include/crypto/internal/skcipher.h return crypto_ablkcipher_crt(geniv)->base; crypto_ablkcipher_crt 43 include/crypto/skcipher.h crypto_ablkcipher_crt(skcipher_givcrypt_reqtfm(req)); crypto_ablkcipher_crt 51 include/crypto/skcipher.h crypto_ablkcipher_crt(skcipher_givcrypt_reqtfm(req)); crypto_ablkcipher_crt 670 include/linux/crypto.h return crypto_ablkcipher_crt(tfm)->ivsize; crypto_ablkcipher_crt 705 include/linux/crypto.h struct ablkcipher_tfm *crt = crypto_ablkcipher_crt(tfm); crypto_ablkcipher_crt 719 include/linux/crypto.h crypto_ablkcipher_crt(crypto_ablkcipher_reqtfm(req)); crypto_ablkcipher_crt 726 include/linux/crypto.h crypto_ablkcipher_crt(crypto_ablkcipher_reqtfm(req)); crypto_ablkcipher_crt 733 include/linux/crypto.h return crypto_ablkcipher_crt(tfm)->reqsize; crypto_ablkcipher_crt 739 include/linux/crypto.h req->base.tfm = crypto_ablkcipher_tfm(crypto_ablkcipher_crt(tfm)->base);