Home
last modified time | relevance | path

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

/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 Dcipher.c1053 if (ctx->is_rfc4543) { in spu_aead_rx_sg_create()
1315 if (ctx->is_esp && !ctx->is_rfc4543) { in handle_aead_req()
1392 if (ctx->is_rfc4543) { in handle_aead_req()
1408 req_opts.is_rfc4543 = true; in handle_aead_req()
2942 ctx->is_rfc4543 = true; in rfc4543_gcm_esp_setkey()