Lines Matching refs:decrypt
180 struct ix_sa_dir decrypt; member
423 *(__be32 *)ctx->decrypt.npe_ctx &= cpu_to_be32(~CIPH_ENCR); in one_packet()
621 ret = init_sa_dir(&ctx->decrypt); in init_tfm()
661 free_sa_dir(&ctx->decrypt); in exit_tfm()
745 dir = encrypt ? &ctx->encrypt : &ctx->decrypt; in setup_auth()
785 struct ix_sa_dir *dir = &ctx->decrypt; in gen_rev_aes_key()
819 dir = encrypt ? &ctx->encrypt : &ctx->decrypt; in setup_cipher()
909 reset_sa_dir(&ctx->decrypt); in ablk_setkey()
912 ctx->decrypt.npe_mode = NPE_OP_HMAC_DISABLE; in ablk_setkey()
995 dir = encrypt ? &ctx->encrypt : &ctx->decrypt; in ablk_perform()
1113 dir = &ctx->decrypt; in aead_perform()
1212 reset_sa_dir(&ctx->decrypt); in aead_setup()
1396 .decrypt = ablk_rfc3686_crypt,
1512 if (!cra->decrypt) in ixp_crypto_probe()
1513 cra->decrypt = ablk_decrypt; in ixp_crypto_probe()
1545 cra->decrypt = aead_decrypt; in ixp_crypto_probe()