Lines Matching refs:decrypt
181 struct ix_sa_dir decrypt; member
424 *(u32 *)ctx->decrypt.npe_ctx &= cpu_to_be32(~CIPH_ENCR); in one_packet()
622 ret = init_sa_dir(&ctx->decrypt); in init_tfm()
662 free_sa_dir(&ctx->decrypt); in exit_tfm()
746 dir = encrypt ? &ctx->encrypt : &ctx->decrypt; in setup_auth()
786 struct ix_sa_dir *dir = &ctx->decrypt; in gen_rev_aes_key()
820 dir = encrypt ? &ctx->encrypt : &ctx->decrypt; in setup_cipher()
910 reset_sa_dir(&ctx->decrypt); in ablk_setkey()
913 ctx->decrypt.npe_mode = NPE_OP_HMAC_DISABLE; in ablk_setkey()
996 dir = encrypt ? &ctx->encrypt : &ctx->decrypt; in ablk_perform()
1114 dir = &ctx->decrypt; in aead_perform()
1213 reset_sa_dir(&ctx->decrypt); in aead_setup()
1397 .decrypt = ablk_rfc3686_crypt,
1513 if (!cra->decrypt) in ixp_crypto_probe()
1514 cra->decrypt = ablk_decrypt; in ixp_crypto_probe()
1546 cra->decrypt = aead_decrypt; in ixp_crypto_probe()