Lines Matching refs:decrypt
180 struct ix_sa_dir decrypt; member
425 *(__be32 *)ctx->decrypt.npe_ctx &= cpu_to_be32(~CIPH_ENCR); in one_packet()
623 ret = init_sa_dir(&ctx->decrypt); in init_tfm()
663 free_sa_dir(&ctx->decrypt); in exit_tfm()
747 dir = encrypt ? &ctx->encrypt : &ctx->decrypt; in setup_auth()
787 struct ix_sa_dir *dir = &ctx->decrypt; in gen_rev_aes_key()
821 dir = encrypt ? &ctx->encrypt : &ctx->decrypt; in setup_cipher()
911 reset_sa_dir(&ctx->decrypt); in ablk_setkey()
914 ctx->decrypt.npe_mode = NPE_OP_HMAC_DISABLE; in ablk_setkey()
997 dir = encrypt ? &ctx->encrypt : &ctx->decrypt; in ablk_perform()
1115 dir = &ctx->decrypt; in aead_perform()
1215 reset_sa_dir(&ctx->decrypt); in aead_setup()
1399 .decrypt = ablk_rfc3686_crypt,
1515 if (!cra->decrypt) in ixp_crypto_probe()
1516 cra->decrypt = ablk_decrypt; in ixp_crypto_probe()
1548 cra->decrypt = aead_decrypt; in ixp_crypto_probe()