crypto_cipher_alg   47 crypto/cbc.c   		crypto_cipher_alg(tfm)->cia_encrypt;
crypto_cipher_alg   71 crypto/cbc.c   		crypto_cipher_alg(tfm)->cia_encrypt;
crypto_cipher_alg  119 crypto/cbc.c   		crypto_cipher_alg(tfm)->cia_decrypt;
crypto_cipher_alg  145 crypto/cbc.c   		crypto_cipher_alg(tfm)->cia_decrypt;
crypto_cipher_alg   72 crypto/ctr.c   		   crypto_cipher_alg(tfm)->cia_encrypt;
crypto_cipher_alg   98 crypto/ctr.c   		   crypto_cipher_alg(tfm)->cia_encrypt;
crypto_cipher_alg   80 crypto/ecb.c   				crypto_cipher_alg(child)->cia_encrypt);
crypto_cipher_alg   94 crypto/ecb.c   				crypto_cipher_alg(child)->cia_decrypt);
crypto_cipher_alg  189 crypto/lrw.c   		     crypto_cipher_alg(ctx->child)->cia_encrypt);
crypto_cipher_alg  200 crypto/lrw.c   		     crypto_cipher_alg(ctx->child)->cia_decrypt);
crypto_cipher_alg   50 crypto/pcbc.c  		crypto_cipher_alg(tfm)->cia_encrypt;
crypto_cipher_alg   75 crypto/pcbc.c  		crypto_cipher_alg(tfm)->cia_encrypt;
crypto_cipher_alg  128 crypto/pcbc.c  		crypto_cipher_alg(tfm)->cia_decrypt;
crypto_cipher_alg  155 crypto/pcbc.c  		crypto_cipher_alg(tfm)->cia_decrypt;
crypto_cipher_alg  153 crypto/xts.c   	return crypt(desc, &w, ctx, crypto_cipher_alg(ctx->tweak)->cia_encrypt,
crypto_cipher_alg  154 crypto/xts.c   		     crypto_cipher_alg(ctx->child)->cia_encrypt);
crypto_cipher_alg  164 crypto/xts.c   	return crypt(desc, &w, ctx, crypto_cipher_alg(ctx->tweak)->cia_encrypt,
crypto_cipher_alg  165 crypto/xts.c   		     crypto_cipher_alg(ctx->child)->cia_decrypt);