Searched refs:auth_first (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/bcm/ |
D | spu2.c | 609 bool is_inbound, bool auth_first, in spu2_fmd_ctrl0_write() argument 627 if (auth_first) in spu2_fmd_ctrl0_write() 986 req_opts->auth_first = req_opts->is_inbound; in spu2_create_request() 992 req_opts->auth_first = !req_opts->is_inbound; in spu2_create_request() 996 req_opts->is_inbound, req_opts->auth_first); in spu2_create_request() 1067 spu2_fmd_ctrl0_write(fmd, req_opts->is_inbound, req_opts->auth_first, in spu2_create_request()
|
D | cipher.c | 1299 req_opts.auth_first = ctx->auth_first; in handle_aead_req() 3085 .auth_first = 0, 3108 .auth_first = 0, 3131 .auth_first = 0, 3154 .auth_first = 0, 3177 .auth_first = 0, 3202 .auth_first = 0, 3227 .auth_first = 0, 3252 .auth_first = 0, 3277 .auth_first = 0, [all …]
|
D | cipher.h | 113 bool auth_first; member 199 bool auth_first; member
|
D | spu.h | 108 bool auth_first; member
|
D | spu.c | 645 req_opts->is_inbound, req_opts->auth_first); in spum_create_request() 686 if (req_opts->auth_first) in spum_create_request()
|