crypto_cipher_tfm 56 crypto/cbc.c fn(crypto_cipher_tfm(tfm), dst, iv); crypto_cipher_tfm 79 crypto/cbc.c fn(crypto_cipher_tfm(tfm), src, src); crypto_cipher_tfm 127 crypto/cbc.c fn(crypto_cipher_tfm(tfm), dst, src); crypto_cipher_tfm 156 crypto/cbc.c fn(crypto_cipher_tfm(tfm), src, src); crypto_cipher_tfm 81 crypto/ctr.c fn(crypto_cipher_tfm(tfm), dst, ctrblk); crypto_cipher_tfm 109 crypto/ctr.c fn(crypto_cipher_tfm(tfm), keystream, ctrblk); crypto_cipher_tfm 57 crypto/ecb.c fn(crypto_cipher_tfm(tfm), wdst, wsrc); crypto_cipher_tfm 133 crypto/lrw.c .tfm = crypto_cipher_tfm(ctx->child), crypto_cipher_tfm 59 crypto/pcbc.c fn(crypto_cipher_tfm(tfm), dst, iv); crypto_cipher_tfm 85 crypto/pcbc.c fn(crypto_cipher_tfm(tfm), src, iv); crypto_cipher_tfm 136 crypto/pcbc.c fn(crypto_cipher_tfm(tfm), dst, src); crypto_cipher_tfm 164 crypto/pcbc.c fn(crypto_cipher_tfm(tfm), src, src); crypto_cipher_tfm 547 crypto/testmgr.c const char *algo = crypto_tfm_alg_driver_name(crypto_cipher_tfm(tfm)); crypto_cipher_tfm 101 crypto/xts.c .tfm = crypto_cipher_tfm(ctx->child), crypto_cipher_tfm 118 crypto/xts.c tw(crypto_cipher_tfm(ctx->tweak), w->iv, w->iv); crypto_cipher_tfm 231 include/crypto/algapi.h return &crypto_cipher_tfm(tfm)->__crt_alg->cra_cipher; crypto_cipher_tfm 1102 include/linux/crypto.h crypto_free_tfm(crypto_cipher_tfm(tfm)); crypto_cipher_tfm 1116 include/linux/crypto.h return &crypto_cipher_tfm(tfm)->crt_cipher; crypto_cipher_tfm 1121 include/linux/crypto.h return crypto_tfm_alg_blocksize(crypto_cipher_tfm(tfm)); crypto_cipher_tfm 1126 include/linux/crypto.h return crypto_tfm_alg_alignmask(crypto_cipher_tfm(tfm)); crypto_cipher_tfm 1131 include/linux/crypto.h return crypto_tfm_get_flags(crypto_cipher_tfm(tfm)); crypto_cipher_tfm 1137 include/linux/crypto.h crypto_tfm_set_flags(crypto_cipher_tfm(tfm), flags); crypto_cipher_tfm 1143 include/linux/crypto.h crypto_tfm_clear_flags(crypto_cipher_tfm(tfm), flags); crypto_cipher_tfm 1149 include/linux/crypto.h return crypto_cipher_crt(tfm)->cit_setkey(crypto_cipher_tfm(tfm), crypto_cipher_tfm 1156 include/linux/crypto.h crypto_cipher_crt(tfm)->cit_encrypt_one(crypto_cipher_tfm(tfm), crypto_cipher_tfm 1163 include/linux/crypto.h crypto_cipher_crt(tfm)->cit_decrypt_one(crypto_cipher_tfm(tfm),