Lines Matching defs:is_inbound
600 * @is_inbound: true if decrypting. false if encrypting.
609 bool is_inbound, bool auth_first,
618 if ((cipher_type != SPU2_CIPHER_TYPE_NONE) && !is_inbound)
630 if (is_inbound && (auth_type != SPU2_HASH_TYPE_NONE))
659 static void spu2_fmd_ctrl1_write(struct SPU2_FMD *fmd, bool is_inbound,
669 if (is_inbound && digest_size)
960 ((req_opts->is_aead && req_opts->is_inbound) ?
986 req_opts->auth_first = req_opts->is_inbound;
992 req_opts->auth_first = !req_opts->is_inbound;
996 req_opts->is_inbound, req_opts->auth_first);
1067 spu2_fmd_ctrl0_write(fmd, req_opts->is_inbound, req_opts->auth_first,
1071 spu2_fmd_ctrl1_write(fmd, req_opts->is_inbound, assoc_size,
1181 unsigned int is_inbound,
1191 flow_log(" in: %u\n", is_inbound);
1206 if (is_inbound)