req_opts 715 drivers/crypto/bcm/cipher.c struct spu_request_opts req_opts; req_opts 734 drivers/crypto/bcm/cipher.c memset(&req_opts, 0, sizeof(req_opts)); req_opts 739 drivers/crypto/bcm/cipher.c req_opts.bd_suppress = true; req_opts 857 drivers/crypto/bcm/cipher.c &req_opts, &cipher_parms, req_opts 1311 drivers/crypto/bcm/cipher.c struct spu_request_opts req_opts; req_opts 1329 drivers/crypto/bcm/cipher.c memset(&req_opts, 0, sizeof(req_opts)); req_opts 1333 drivers/crypto/bcm/cipher.c req_opts.is_inbound = !(rctx->is_encrypt); req_opts 1334 drivers/crypto/bcm/cipher.c req_opts.auth_first = ctx->auth_first; req_opts 1335 drivers/crypto/bcm/cipher.c req_opts.is_aead = true; req_opts 1336 drivers/crypto/bcm/cipher.c req_opts.is_esp = ctx->is_esp; req_opts 1451 drivers/crypto/bcm/cipher.c req_opts.is_rfc4543 = true; req_opts 1471 drivers/crypto/bcm/cipher.c BCM_HDR_LEN, &req_opts, req_opts 378 drivers/crypto/bcm/cipher.h struct spu_request_opts *req_opts, req_opts 593 drivers/crypto/bcm/spu.c struct spu_request_opts *req_opts, req_opts 635 drivers/crypto/bcm/spu.c if (req_opts->is_aead && req_opts->is_inbound) req_opts 638 drivers/crypto/bcm/spu.c if (req_opts->is_aead && req_opts->is_inbound) req_opts 649 drivers/crypto/bcm/spu.c req_opts->is_inbound, req_opts->auth_first); req_opts 688 drivers/crypto/bcm/spu.c if (req_opts->is_inbound) req_opts 690 drivers/crypto/bcm/spu.c if (req_opts->auth_first) req_opts 722 drivers/crypto/bcm/spu.c if (!req_opts->is_inbound) { req_opts 738 drivers/crypto/bcm/spu.c if (req_opts->bd_suppress) req_opts 772 drivers/crypto/bcm/spu.c if (req_opts->is_rfc4543) { req_opts 773 drivers/crypto/bcm/spu.c if (req_opts->is_inbound) req_opts 242 drivers/crypto/bcm/spu.h struct spu_request_opts *req_opts, req_opts 940 drivers/crypto/bcm/spu2.c struct spu_request_opts *req_opts, req_opts 960 drivers/crypto/bcm/spu2.c ((req_opts->is_aead && req_opts->is_inbound) ? req_opts 979 drivers/crypto/bcm/spu2.c if (req_opts->is_aead && req_opts 986 drivers/crypto/bcm/spu2.c req_opts->auth_first = req_opts->is_inbound; req_opts 989 drivers/crypto/bcm/spu2.c if (req_opts->is_aead && req_opts 992 drivers/crypto/bcm/spu2.c req_opts->auth_first = !req_opts->is_inbound; req_opts 996 drivers/crypto/bcm/spu2.c req_opts->is_inbound, req_opts->auth_first); req_opts 999 drivers/crypto/bcm/spu2.c flow_log(" is_esp: %s\n", req_opts->is_esp ? "yes" : "no"); req_opts 1029 drivers/crypto/bcm/spu2.c if ((req_opts->is_rfc4543) || req_opts 1039 drivers/crypto/bcm/spu2.c if (req_opts->is_rfc4543) req_opts 1067 drivers/crypto/bcm/spu2.c spu2_fmd_ctrl0_write(fmd, req_opts->is_inbound, req_opts->auth_first, req_opts 1071 drivers/crypto/bcm/spu2.c spu2_fmd_ctrl1_write(fmd, req_opts->is_inbound, assoc_size, req_opts 1077 drivers/crypto/bcm/spu2.c !req_opts->bd_suppress, return_md); req_opts 193 drivers/crypto/bcm/spu2.h struct spu_request_opts *req_opts,