Symbol: is_encrypt
drivers/crypto/bcm/cipher.c
1063
rctx->is_encrypt);
drivers/crypto/bcm/cipher.c
1290
req_opts.is_inbound = !(rctx->is_encrypt);
drivers/crypto/bcm/cipher.c
1323
if (rctx->is_encrypt) {
drivers/crypto/bcm/cipher.c
1351
rctx->is_encrypt))
drivers/crypto/bcm/cipher.c
1381
if (!rctx->is_encrypt)
drivers/crypto/bcm/cipher.c
1388
chunksize, rctx->is_encrypt,
drivers/crypto/bcm/cipher.c
1398
if (!rctx->is_encrypt)
drivers/crypto/bcm/cipher.c
1411
if (spu_req_incl_icv(ctx->cipher.mode, rctx->is_encrypt)) {
drivers/crypto/bcm/cipher.c
1478
(ctx->cipher.mode == CIPHER_MODE_CCM)) && !rctx->is_encrypt) {
drivers/crypto/bcm/cipher.c
1551
if (rctx->is_encrypt) {
drivers/crypto/bcm/cipher.c
1719
rctx->is_encrypt = encrypt;
drivers/crypto/bcm/cipher.c
2517
if ((rctx->is_encrypt && (req->cryptlen == 0)) ||
drivers/crypto/bcm/cipher.c
2518
(!rctx->is_encrypt && (req->cryptlen == ctx->digestsize))) {
drivers/crypto/bcm/cipher.c
2571
static int aead_do_fallback(struct aead_request *req, bool is_encrypt)
drivers/crypto/bcm/cipher.c
2579
flow_log("%s() enc:%u\n", __func__, is_encrypt);
drivers/crypto/bcm/cipher.c
2592
return is_encrypt ? crypto_aead_encrypt(req) :
drivers/crypto/bcm/cipher.c
2596
static int aead_enqueue(struct aead_request *req, bool is_encrypt)
drivers/crypto/bcm/cipher.c
2603
flow_log("%s() enc:%u\n", __func__, is_encrypt);
drivers/crypto/bcm/cipher.c
2615
rctx->is_encrypt = is_encrypt;
drivers/crypto/bcm/cipher.c
2693
return aead_do_fallback(req, is_encrypt);
drivers/crypto/bcm/cipher.c
350
rctx->is_encrypt && chunk_start)
drivers/crypto/bcm/cipher.c
366
!rctx->is_encrypt) {
drivers/crypto/bcm/cipher.c
401
ctx->spu_req_hdr_len, !(rctx->is_encrypt),
drivers/crypto/bcm/cipher.h
304
bool is_encrypt;
drivers/crypto/bcm/cipher.h
371
unsigned int iv_len, bool is_encrypt);
drivers/crypto/bcm/cipher.h
401
bool is_encrypt, bool is_esp);
drivers/crypto/bcm/spu.c
1140
bool is_encrypt,
drivers/crypto/bcm/spu.c
1192
if (!is_encrypt)
drivers/crypto/bcm/spu.c
487
bool is_encrypt)
drivers/crypto/bcm/spu.h
195
bool is_encrypt)
drivers/crypto/bcm/spu.h
197
if ((cipher_mode == CIPHER_MODE_GCM) && !is_encrypt)
drivers/crypto/bcm/spu.h
199
if ((cipher_mode == CIPHER_MODE_CCM) && !is_encrypt)
drivers/crypto/bcm/spu.h
235
bool is_encrypt);
drivers/crypto/bcm/spu.h
237
bool spu_req_incl_icv(enum spu_cipher_mode cipher_mode, bool is_encrypt);
drivers/crypto/bcm/spu.h
273
bool is_encrypt,
drivers/crypto/bcm/spu2.c
1355
bool is_encrypt, bool is_esp)
drivers/crypto/bcm/spu2.c
877
bool is_encrypt)
drivers/crypto/bcm/spu2.c
881
if (is_encrypt)
drivers/crypto/bcm/spu2.h
186
bool is_encrypt);
drivers/crypto/bcm/spu2.h
214
bool is_encrypt, bool is_esp);
drivers/crypto/starfive/jh7110-aes.c
253
rctx->csr.aes.cmode = !is_encrypt(cryp);
drivers/crypto/starfive/jh7110-aes.c
312
if (is_encrypt(cryp)) {
drivers/crypto/starfive/jh7110-aes.c
655
if (is_encrypt(cryp)) {
drivers/crypto/starfive/jh7110-aes.c
804
return starfive_aes_do_fallback(req, is_encrypt(cryp));
drivers/crypto/starfive/jh7110-aes.c
839
!is_encrypt(cryp))
drivers/crypto/starfive/jh7110-aes.c
850
return starfive_aes_aead_do_fallback(req, is_encrypt(cryp));
drivers/crypto/stm32/stm32-cryp.c
1720
if (is_encrypt(cryp)) {
drivers/crypto/stm32/stm32-cryp.c
1832
size_bit = is_encrypt(cryp) ? cryp->areq->cryptlen :
drivers/crypto/stm32/stm32-cryp.c
1865
if (is_encrypt(cryp)) {
drivers/crypto/stm32/stm32-cryp.c
2117
is_encrypt(cryp))) {
drivers/crypto/stm32/stm32-cryp.c
291
return !is_encrypt(cryp);
drivers/crypto/stm32/stm32-cryp.c
567
return is_encrypt(cryp) ? cryp->areq->cryptlen :