Symbol: DRV_CRYPTO_DIRECTION_ENCRYPT
drivers/crypto/ccree/cc_aead.c
1191
if (direct == DRV_CRYPTO_DIRECTION_ENCRYPT) {
drivers/crypto/ccree/cc_aead.c
1239
if (direct == DRV_CRYPTO_DIRECTION_ENCRYPT) {
drivers/crypto/ccree/cc_aead.c
1291
if (direct == DRV_CRYPTO_DIRECTION_ENCRYPT) {
drivers/crypto/ccree/cc_aead.c
1505
set_cipher_config0(&desc[idx], DRV_CRYPTO_DIRECTION_ENCRYPT);
drivers/crypto/ccree/cc_aead.c
1548
DRV_CRYPTO_DIRECTION_ENCRYPT) ?
drivers/crypto/ccree/cc_aead.c
1624
set_cipher_config0(&desc[idx], DRV_CRYPTO_DIRECTION_ENCRYPT);
drivers/crypto/ccree/cc_aead.c
1670
set_cipher_config0(&desc[idx], DRV_CRYPTO_DIRECTION_ENCRYPT);
drivers/crypto/ccree/cc_aead.c
1702
set_cipher_config0(&desc[idx], DRV_CRYPTO_DIRECTION_ENCRYPT);
drivers/crypto/ccree/cc_aead.c
1718
set_cipher_config0(&desc[idx], DRV_CRYPTO_DIRECTION_ENCRYPT);
drivers/crypto/ccree/cc_aead.c
1768
set_cipher_config0(&desc[idx], DRV_CRYPTO_DIRECTION_ENCRYPT);
drivers/crypto/ccree/cc_aead.c
1837
DRV_CRYPTO_DIRECTION_ENCRYPT) ?
drivers/crypto/ccree/cc_aead.c
1904
((direct == DRV_CRYPTO_DIRECTION_ENCRYPT) ? "Enc" : "Dec"),
drivers/crypto/ccree/cc_aead.c
2031
rc = cc_proc_aead(req, DRV_CRYPTO_DIRECTION_ENCRYPT);
drivers/crypto/ccree/cc_aead.c
2057
rc = cc_proc_aead(req, DRV_CRYPTO_DIRECTION_ENCRYPT);
drivers/crypto/ccree/cc_aead.c
2211
rc = cc_proc_aead(req, DRV_CRYPTO_DIRECTION_ENCRYPT);
drivers/crypto/ccree/cc_aead.c
2238
rc = cc_proc_aead(req, DRV_CRYPTO_DIRECTION_ENCRYPT);
drivers/crypto/ccree/cc_aead.c
264
set_cipher_config0(&desc[0], DRV_CRYPTO_DIRECTION_ENCRYPT);
drivers/crypto/ccree/cc_aead.c
776
(direct == DRV_CRYPTO_DIRECTION_ENCRYPT) ?
drivers/crypto/ccree/cc_aead.c
780
(direct == DRV_CRYPTO_DIRECTION_ENCRYPT) ?
drivers/crypto/ccree/cc_aead.c
800
if (direct == DRV_CRYPTO_DIRECTION_ENCRYPT) {
drivers/crypto/ccree/cc_aead.c
883
if (direct == DRV_CRYPTO_DIRECTION_ENCRYPT) {
drivers/crypto/ccree/cc_aead.c
977
if (direct == DRV_CRYPTO_DIRECTION_ENCRYPT) {
drivers/crypto/ccree/cc_buffer_mgr.c
1056
if ((areq_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_ENCRYPT) &&
drivers/crypto/ccree/cc_buffer_mgr.c
815
size_for_map += (direct == DRV_CRYPTO_DIRECTION_ENCRYPT) ?
drivers/crypto/ccree/cc_buffer_mgr.c
843
if (direct == DRV_CRYPTO_DIRECTION_ENCRYPT)
drivers/crypto/ccree/cc_buffer_mgr.c
973
DRV_CRYPTO_DIRECTION_ENCRYPT) ?
drivers/crypto/ccree/cc_cipher.c
891
((direction == DRV_CRYPTO_DIRECTION_ENCRYPT) ?
drivers/crypto/ccree/cc_cipher.c
912
if (direction == DRV_CRYPTO_DIRECTION_ENCRYPT)
drivers/crypto/ccree/cc_cipher.c
990
return cc_cipher_process(req, DRV_CRYPTO_DIRECTION_ENCRYPT);
drivers/crypto/ccree/cc_hash.c
965
set_cipher_config0(&desc[idx], DRV_CRYPTO_DIRECTION_ENCRYPT);