Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/bcm/
H A Dspu.h113 bool is_rfc4543; member
H A Dcipher.h238 bool is_rfc4543; /* RFC 4543 style of GMAC */ member
H A Dspu2.c1032 if ((req_opts->is_rfc4543) || in spu2_create_request()
1042 if (req_opts->is_rfc4543) in spu2_create_request()
H A Dcipher.c1056 if (ctx->is_rfc4543) { in spu_aead_rx_sg_create()
1320 if (ctx->is_esp && !ctx->is_rfc4543) { in handle_aead_req()
1397 if (ctx->is_rfc4543) { in handle_aead_req()
1413 req_opts.is_rfc4543 = true; in handle_aead_req()
2947 ctx->is_rfc4543 = true; in rfc4543_gcm_esp_setkey()
H A Dspu.c766 if (req_opts->is_rfc4543) { in spum_create_request()