Searched refs:auth_first (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/crypto/bcm/ |
D | spu2.c | 610 bool is_inbound, bool auth_first, in spu2_fmd_ctrl0_write() argument 628 if (auth_first) in spu2_fmd_ctrl0_write() 989 req_opts->auth_first = req_opts->is_inbound; in spu2_create_request() 995 req_opts->auth_first = !req_opts->is_inbound; in spu2_create_request() 999 req_opts->is_inbound, req_opts->auth_first); in spu2_create_request() 1070 spu2_fmd_ctrl0_write(fmd, req_opts->is_inbound, req_opts->auth_first, in spu2_create_request()
|
D | cipher.c | 1297 req_opts.auth_first = ctx->auth_first; in handle_aead_req() 3083 .auth_first = 0, 3106 .auth_first = 0, 3129 .auth_first = 0, 3152 .auth_first = 0, 3175 .auth_first = 0, 3200 .auth_first = 0, 3225 .auth_first = 0, 3250 .auth_first = 0, 3275 .auth_first = 0, [all …]
|
D | cipher.h | 114 bool auth_first; member 200 bool auth_first; member
|
D | spu.h | 109 bool auth_first; member
|
D | spu.c | 643 req_opts->is_inbound, req_opts->auth_first); in spum_create_request() 684 if (req_opts->auth_first) in spum_create_request()
|