Lines Matching defs:is_inbound
601 * @is_inbound: true if decrypting. false if encrypting.
610 bool is_inbound, bool auth_first,
619 if ((cipher_type != SPU2_CIPHER_TYPE_NONE) && !is_inbound)
631 if (is_inbound && (auth_type != SPU2_HASH_TYPE_NONE))
644 * @is_inbound: true if decrypting. false if encrypting.
661 static void spu2_fmd_ctrl1_write(struct SPU2_FMD *fmd, bool is_inbound,
671 if (is_inbound && digest_size)
965 ((req_opts->is_aead && req_opts->is_inbound) ?
989 req_opts->auth_first = req_opts->is_inbound;
995 req_opts->auth_first = !req_opts->is_inbound;
999 req_opts->is_inbound, req_opts->auth_first);
1070 spu2_fmd_ctrl0_write(fmd, req_opts->is_inbound, req_opts->auth_first,
1074 spu2_fmd_ctrl1_write(fmd, req_opts->is_inbound, assoc_size,
1174 * @is_inbound: 0 encrypt, 1 decrypt
1184 unsigned int is_inbound,
1194 flow_log(" in: %u\n", is_inbound);
1209 if (is_inbound)