Home
last modified time | relevance | path

Searched refs:auth_first (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/crypto/bcm/
Dspu2.c609 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()
Dcipher.c1334 req_opts.auth_first = ctx->auth_first; in handle_aead_req()
3148 .auth_first = 0,
3171 .auth_first = 0,
3194 .auth_first = 0,
3217 .auth_first = 0,
3240 .auth_first = 0,
3263 .auth_first = 0,
3286 .auth_first = 0,
3309 .auth_first = 0,
3332 .auth_first = 0,
[all …]
Dcipher.h111 bool auth_first; member
197 bool auth_first; member
Dspu.h108 bool auth_first; member
Dspu.c649 req_opts->is_inbound, req_opts->auth_first); in spum_create_request()
690 if (req_opts->auth_first) in spum_create_request()