Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/bcm/
H A Dspu2.c610 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()
H A Dcipher.c1296 req_opts.auth_first = ctx->auth_first; in handle_aead_req()
3049 .auth_first = 0,
3072 .auth_first = 0,
3095 .auth_first = 0,
3118 .auth_first = 0,
3141 .auth_first = 0,
3166 .auth_first = 0,
3191 .auth_first = 0,
3216 .auth_first = 0,
3241 .auth_first = 0,
[all …]
H A Dcipher.h114 bool auth_first; member
200 bool auth_first; member
H A Dspu.h109 bool auth_first; member
H A Dspu.c643 req_opts->is_inbound, req_opts->auth_first); in spum_create_request()
684 if (req_opts->auth_first) in spum_create_request()