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

/linux-master/drivers/crypto/bcm/
H A Dcipher.h114 bool auth_first; member in struct:iproc_alg_s
200 bool auth_first; member in struct:iproc_ctx_s
H A Dspu2.c602 * @auth_first: true if alg authenticates before encrypting
610 bool is_inbound, bool auth_first,
628 if (auth_first)
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,
609 spu2_fmd_ctrl0_write(struct SPU2_FMD *fmd, bool is_inbound, bool auth_first, enum spu2_proto_sel protocol, enum spu2_cipher_type cipher_type, enum spu2_cipher_mode cipher_mode, enum spu2_hash_type auth_type, enum spu2_hash_mode auth_mode) argument
H A Dcipher.c1296 req_opts.auth_first = ctx->auth_first;
3046 .auth_first = 0,
3069 .auth_first = 0,
3092 .auth_first = 0,
3115 .auth_first = 0,
3138 .auth_first = 0,
3163 .auth_first = 0,
3188 .auth_first = 0,
3213 .auth_first
[all...]
H A Dspu.h109 bool auth_first; member in struct:spu_request_opts
H A Dspu.c643 req_opts->is_inbound, req_opts->auth_first);
684 if (req_opts->auth_first)

Completed in 127 milliseconds