| /OK3568_Linux_fs/external/security/librkcrypto/perf_reports/ |
| H A D | RK3588_perf.txt | 20 dma_fd: otpkey [AES-256] ECB DECRYPT 560MB/s. 22 dma_fd: otpkey [AES-256] CBC DECRYPT 560MB/s. 24 dma_fd: otpkey [AES-256] CTR DECRYPT 560MB/s. 26 dma_fd: otpkey [SM4-128] ECB DECRYPT 483MB/s. 28 dma_fd: otpkey [SM4-128] CBC DECRYPT 483MB/s. 30 dma_fd: otpkey [SM4-128] CTR DECRYPT 483MB/s. 34 virt: otpkey [AES-256] ECB DECRYPT 411MB/s. 36 virt: otpkey [AES-256] CBC DECRYPT 411MB/s. 38 virt: otpkey [AES-256] CTR DECRYPT 411MB/s. 40 virt: otpkey [SM4-128] ECB DECRYPT 368MB/s. [all …]
|
| H A D | RK3566_perf.txt | 21 dma_fd: otpkey [AES-256] ECB DECRYPT 360MB/s. 23 dma_fd: otpkey [AES-256] CBC DECRYPT 360MB/s. 25 dma_fd: otpkey [AES-256] CTR DECRYPT 360MB/s. 27 dma_fd: otpkey [SM4-128] ECB DECRYPT 297MB/s. 29 dma_fd: otpkey [SM4-128] CBC DECRYPT 297MB/s. 31 dma_fd: otpkey [SM4-128] CTR DECRYPT 297MB/s. 35 virt: otpkey [AES-256] ECB DECRYPT 202MB/s. 37 virt: otpkey [AES-256] CBC DECRYPT 196MB/s. 39 virt: otpkey [AES-256] CTR DECRYPT 191MB/s. 41 virt: otpkey [SM4-128] ECB DECRYPT 172MB/s. [all …]
|
| H A D | RK3528_perf.txt | 20 dma_fd: otpkey [AES-256] ECB DECRYPT 773MB/s. 22 dma_fd: otpkey [AES-256] CBC DECRYPT 771MB/s. 24 dma_fd: otpkey [AES-256] CTR DECRYPT 772MB/s. 26 dma_fd: otpkey [SM4-128] ECB DECRYPT 443MB/s. 28 dma_fd: otpkey [SM4-128] CBC DECRYPT 443MB/s. 30 dma_fd: otpkey [SM4-128] CTR DECRYPT 444MB/s. 34 virt: otpkey [AES-256] ECB DECRYPT 276MB/s. 36 virt: otpkey [AES-256] CBC DECRYPT 276MB/s. 38 virt: otpkey [AES-256] CTR DECRYPT 276MB/s. 40 virt: otpkey [SM4-128] ECB DECRYPT 218MB/s. [all …]
|
| H A D | RK3562_perf.txt | 21 dma_fd: otpkey [AES-256] ECB DECRYPT 605MB/s. 23 dma_fd: otpkey [AES-256] CBC DECRYPT 606MB/s. 25 dma_fd: otpkey [AES-256] CTR DECRYPT 606MB/s. 27 dma_fd: otpkey [SM4-128] ECB DECRYPT N/A. 29 dma_fd: otpkey [SM4-128] CBC DECRYPT N/A. 31 dma_fd: otpkey [SM4-128] CTR DECRYPT N/A. 35 virt: otpkey [AES-256] ECB DECRYPT 278MB/s. 37 virt: otpkey [AES-256] CBC DECRYPT 278MB/s. 39 virt: otpkey [AES-256] CTR DECRYPT 278MB/s. 41 virt: otpkey [SM4-128] ECB DECRYPT N/A. [all …]
|
| H A D | RV1106_perf.txt | 24 dma_fd: [DES-64] ECB DECRYPT 277MB/s. 26 dma_fd: [DES-64] CBC DECRYPT 277MB/s. 28 dma_fd: [TDES-192] ECB DECRYPT 105MB/s. 30 dma_fd: [TDES-192] CBC DECRYPT 105MB/s. 32 dma_fd: [AES-256] ECB DECRYPT 558MB/s. 34 dma_fd: [AES-256] CBC DECRYPT 558MB/s. 38 dma_fd: [AES-256] CTR DECRYPT 442MB/s. 50 virt: [DES-64] ECB DECRYPT 269MB/s. 52 virt: [DES-64] CBC DECRYPT 269MB/s. 54 virt: [TDES-192] ECB DECRYPT 104MB/s. [all …]
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | tcrypt.c | 47 #define DECRYPT 0 macro 2056 test_cipher_speed("ecb(aes)", DECRYPT, sec, NULL, 0, in do_test() 2060 test_cipher_speed("cbc(aes)", DECRYPT, sec, NULL, 0, in do_test() 2064 test_cipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0, in do_test() 2068 test_cipher_speed("xts(aes)", DECRYPT, sec, NULL, 0, in do_test() 2072 test_cipher_speed("cts(cbc(aes))", DECRYPT, sec, NULL, 0, in do_test() 2076 test_cipher_speed("ctr(aes)", DECRYPT, sec, NULL, 0, in do_test() 2080 test_cipher_speed("cfb(aes)", DECRYPT, sec, NULL, 0, in do_test() 2088 test_cipher_speed("ecb(des3_ede)", DECRYPT, sec, in do_test() 2094 test_cipher_speed("cbc(des3_ede)", DECRYPT, sec, in do_test() [all …]
|
| /OK3568_Linux_fs/kernel/samples/crypto/ |
| H A D | fips140_lab_util.c | 317 DECRYPT, enumerator 361 .direction = DECRYPT, 399 if (t->direction == DECRYPT) in describe_crypt_op() 473 *(uint32_t *)CMSG_DATA(cmsg) = t->direction == DECRYPT ? in af_alg_process_msg()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/caam/ |
| H A D | caamalg_qi.c | 267 if (ctx->drv_ctx[DECRYPT]) { in aead_setkey() 268 ret = caam_drv_ctx_update(ctx->drv_ctx[DECRYPT], in aead_setkey() 391 if (ctx->drv_ctx[DECRYPT]) { in gcm_setkey() 392 ret = caam_drv_ctx_update(ctx->drv_ctx[DECRYPT], in gcm_setkey() 499 if (ctx->drv_ctx[DECRYPT]) { in rfc4106_setkey() 500 ret = caam_drv_ctx_update(ctx->drv_ctx[DECRYPT], in rfc4106_setkey() 605 if (ctx->drv_ctx[DECRYPT]) { in rfc4543_setkey() 606 ret = caam_drv_ctx_update(ctx->drv_ctx[DECRYPT], in rfc4543_setkey() 652 if (ctx->drv_ctx[DECRYPT]) { in skcipher_setkey() 653 ret = caam_drv_ctx_update(ctx->drv_ctx[DECRYPT], in skcipher_setkey() [all …]
|
| H A D | qi.h | 38 DECRYPT, enumerator
|
| H A D | caamalg_qi2.h | 165 DECRYPT, enumerator
|
| H A D | caamalg_qi2.c | 260 flc = &ctx->flc[DECRYPT]; in aead_set_sh_desc() 267 dma_sync_single_for_device(dev, ctx->flc_dma[DECRYPT], in aead_set_sh_desc() 605 flc = &ctx->flc[DECRYPT]; in chachapoly_set_sh_desc() 610 dma_sync_single_for_device(dev, ctx->flc_dma[DECRYPT], in chachapoly_set_sh_desc() 691 flc = &ctx->flc[DECRYPT]; in gcm_set_sh_desc() 695 dma_sync_single_for_device(dev, ctx->flc_dma[DECRYPT], in gcm_set_sh_desc() 784 flc = &ctx->flc[DECRYPT]; in rfc4106_set_sh_desc() 789 dma_sync_single_for_device(dev, ctx->flc_dma[DECRYPT], in rfc4106_set_sh_desc() 885 flc = &ctx->flc[DECRYPT]; in rfc4543_set_sh_desc() 890 dma_sync_single_for_device(dev, ctx->flc_dma[DECRYPT], in rfc4543_set_sh_desc() [all …]
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/ |
| H A D | sm4_core.h | 11 #define DECRYPT 0 macro
|
| H A D | des_core.h | 11 #define DECRYPT 0 macro
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | sm4_core.c | 242 ctx->mode = DECRYPT; in rk_sm4_setkey_dec()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tpm2/ |
| H A D | tpm2.py | 293 DECRYPT = (1 << 17) variable in Public 550 Public.DECRYPT
|
| /OK3568_Linux_fs/kernel/drivers/crypto/cavium/nitrox/ |
| H A D | nitrox_aead.c | 272 rctx->ctrl_arg = DECRYPT; in nitrox_aes_gcm_dec() 491 aead_rctx->ctrl_arg = DECRYPT; in nitrox_rfc4106_dec()
|
| H A D | nitrox_req.h | 86 #define DECRYPT 1 macro
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/ |
| H A D | rtw_wapi_sms4.c | 15 #define DECRYPT 1 macro 149 if (CryptFlag == DECRYPT) in SMS4KeyExt()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_wapi_sms4.c | 29 #define DECRYPT 1 macro 174 if (CryptFlag == DECRYPT) { in SMS4KeyExt()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_wapi_sms4.c | 28 #define DECRYPT 1 macro 173 if (CryptFlag == DECRYPT) { in SMS4KeyExt()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/ |
| H A D | rtw_wapi_sms4.c | 15 #define DECRYPT 1 macro 160 if (CryptFlag == DECRYPT) { in SMS4KeyExt()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_wapi_sms4.c | 28 #define DECRYPT 1 macro 173 if (CryptFlag == DECRYPT) { in SMS4KeyExt()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_wapi_sms4.c | 29 #define DECRYPT 1 macro 174 if (CryptFlag == DECRYPT) { in SMS4KeyExt()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/ |
| H A D | rtw_wapi_sms4.c | 15 #define DECRYPT 1 macro 149 if (CryptFlag == DECRYPT) in SMS4KeyExt()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/ |
| H A D | rtw_wapi_sms4.c | 29 #define DECRYPT 1 macro 174 if (CryptFlag == DECRYPT) { in SMS4KeyExt()
|