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

/linux-master/drivers/crypto/bcm/
H A Dspu.h113 bool is_rfc4543; member in struct:spu_request_opts
H A Dcipher.h238 bool is_rfc4543; /* RFC 4543 style of GMAC */ member in struct:iproc_ctx_s
H A Dspu2.c1032 if ((req_opts->is_rfc4543) ||
1042 if (req_opts->is_rfc4543)
H A Dcipher.c1056 if (ctx->is_rfc4543) {
1320 if (ctx->is_esp && !ctx->is_rfc4543) {
1397 if (ctx->is_rfc4543) {
1413 req_opts.is_rfc4543 = true;
2944 ctx->is_rfc4543 = true;
H A Dspu.c766 if (req_opts->is_rfc4543) {

Completed in 143 milliseconds