| /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 | 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 | 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 | 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/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() 636 /* skcipher encrypt, decrypt shared descriptors */ in skcipher_setkey() 652 if (ctx->drv_ctx[DECRYPT]) { in skcipher_setkey() [all …]
|
| H A D | caamalg.c | 1870 .decrypt = skcipher_decrypt, 1886 .decrypt = skcipher_decrypt, 1902 .decrypt = skcipher_decrypt, 1918 .decrypt = skcipher_decrypt, 1936 .decrypt = skcipher_decrypt, 1960 .decrypt = skcipher_decrypt, 1976 .decrypt = skcipher_decrypt, 1991 .decrypt = skcipher_decrypt, 2006 .decrypt = skcipher_decrypt, 2025 .decrypt = ipsec_gcm_decrypt, [all …]
|
| 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/yocto/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/ |
| H A D | 0002-Fix-vpnc-install-for-cross-compile.patch | 23 - install -m644 cisco-decrypt.1 $(DESTDIR)$(MANDIR)/man1 30 + install -m 644 cisco-decrypt.1 $(DESTDIR)$(MANDIR)/man1 35 - install -m755 cisco-decrypt $(DESTDIR)$(BINDIR) 37 + install -m 755 cisco-decrypt $(DESTDIR)$(BINDIR) 41 - install -s -m755 cisco-decrypt $(DESTDIR)$(BINDIR) 43 + install -s -m 755 cisco-decrypt $(DESTDIR)$(BINDIR)
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ |
| H A D | padlock-aes.c | 67 struct cword decrypt; member 133 ctx->cword.decrypt.encdec = 1; in aes_set_key() 135 ctx->cword.decrypt.rounds = ctx->cword.encrypt.rounds; in aes_set_key() 137 ctx->cword.decrypt.ksize = ctx->cword.encrypt.ksize; in aes_set_key() 145 ctx->cword.decrypt.keygen = 1; in aes_set_key() 156 &ctx->cword.decrypt == per_cpu(paes_last_cword, cpu)) in aes_set_key() 320 ecb_crypt(in, out, ctx->D, &ctx->cword.decrypt, 1); in padlock_aes_decrypt() 377 padlock_reset_key(&ctx->cword.decrypt); in ecb_aes_decrypt() 383 ctx->D, &ctx->cword.decrypt, in ecb_aes_decrypt() 406 .decrypt = ecb_aes_decrypt, [all …]
|
| /OK3568_Linux_fs/kernel/fs/crypto/ |
| H A D | crypto.c | 100 /* Encrypt or decrypt a single filesystem block of file contents */ 239 * fscrypt_decrypt_pagecache_blocks() - Decrypt filesystem blocks in a 241 * @page: The locked pagecache page containing the block(s) to decrypt 242 * @len: Total size of the block(s) to decrypt. Must be a nonzero 244 * @offs: Byte offset within @page of the first block to decrypt. Must be 283 * fscrypt_decrypt_block_inplace() - Decrypt a filesystem block in-place 285 * @page: The page containing the block to decrypt 286 * @len: Size of block to decrypt. Doesn't need to be a multiple of the 288 * @offs: Byte offset within @page at which the block to decrypt begins 292 * Decrypt a possibly-compressed filesystem block that is located in an
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ccree/ |
| H A D | cc_cipher.c | 895 "Encrypt" : "Decrypt"), req, iv, nbytes); in cc_cipher_process() 1014 .decrypt = cc_cipher_decrypt, 1032 .decrypt = cc_cipher_decrypt, 1050 .decrypt = cc_cipher_decrypt, 1068 .decrypt = cc_cipher_decrypt, 1086 .decrypt = cc_cipher_decrypt, 1104 .decrypt = cc_cipher_decrypt, 1122 .decrypt = cc_cipher_decrypt, 1144 .decrypt = cc_cipher_decrypt, 1161 .decrypt = cc_cipher_decrypt, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/crypto/amcc/ |
| H A D | crypto4xx_alg.c | 70 const unsigned int ivlen, bool decrypt, in crypto4xx_crypt() argument 84 req->cryptlen, iv, ivlen, decrypt ? ctx->sa_in : ctx->sa_out, in crypto4xx_crypt() 325 bool is_ccm, bool decrypt) in crypto4xx_aead_need_fallback() argument 441 static int crypto4xx_crypt_aes_ccm(struct aead_request *req, bool decrypt) in crypto4xx_crypt_aes_ccm() argument 451 if (decrypt) in crypto4xx_crypt_aes_ccm() 454 if (crypto4xx_aead_need_fallback(req, len, true, decrypt)) in crypto4xx_crypt_aes_ccm() 455 return crypto4xx_aead_fallback(req, ctx, decrypt); in crypto4xx_crypt_aes_ccm() 457 memcpy(tmp_sa, decrypt ? ctx->sa_in : ctx->sa_out, ctx->sa_len * 4); in crypto4xx_crypt_aes_ccm() 588 bool decrypt) in crypto4xx_crypt_aes_gcm() argument 595 if (decrypt) in crypto4xx_crypt_aes_gcm() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | chachapoly.h | 70 mbedtls_chachapoly_mode_t mode; /**< Cipher mode (encrypt or decrypt). */ 87 * In order to encrypt or decrypt full messages at once, for 155 * encrypt or decrypt) then \p mode can be set to any value. 235 * \param len The length (in bytes) of the data to encrypt or decrypt. 236 * \param input The buffer containing the data to encrypt or decrypt. 286 * \param length The length (in bytes) of the data to encrypt or decrypt. 291 * \param input The buffer containing the data to encrypt or decrypt. 318 * \param length The length (in Bytes) of the data to decrypt. 325 * \param input The buffer containing the data to decrypt.
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | chachapoly.h | 70 mbedtls_chachapoly_mode_t mode; /**< Cipher mode (encrypt or decrypt). */ 87 * In order to encrypt or decrypt full messages at once, for 155 * encrypt or decrypt) then \p mode can be set to any value. 235 * \param len The length (in bytes) of the data to encrypt or decrypt. 236 * \param input The buffer containing the data to encrypt or decrypt. 286 * \param length The length (in bytes) of the data to encrypt or decrypt. 291 * \param input The buffer containing the data to encrypt or decrypt. 318 * \param length The length (in Bytes) of the data to decrypt. 325 * \param input The buffer containing the data to decrypt.
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | chachapoly.h | 70 mbedtls_chachapoly_mode_t mode; /**< Cipher mode (encrypt or decrypt). */ 87 * In order to encrypt or decrypt full messages at once, for 155 * encrypt or decrypt) then \p mode can be set to any value. 235 * \param len The length (in bytes) of the data to encrypt or decrypt. 236 * \param input The buffer containing the data to encrypt or decrypt. 286 * \param length The length (in bytes) of the data to encrypt or decrypt. 291 * \param input The buffer containing the data to encrypt or decrypt. 318 * \param length The length (in Bytes) of the data to decrypt. 325 * \param input The buffer containing the data to decrypt.
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | chachapoly.h | 70 mbedtls_chachapoly_mode_t mode; /**< Cipher mode (encrypt or decrypt). */ 87 * In order to encrypt or decrypt full messages at once, for 155 * encrypt or decrypt) then \p mode can be set to any value. 235 * \param len The length (in bytes) of the data to encrypt or decrypt. 236 * \param input The buffer containing the data to encrypt or decrypt. 286 * \param length The length (in bytes) of the data to encrypt or decrypt. 291 * \param input The buffer containing the data to encrypt or decrypt. 318 * \param length The length (in Bytes) of the data to decrypt. 325 * \param input The buffer containing the data to decrypt.
|
| /OK3568_Linux_fs/kernel/drivers/crypto/inside-secure/ |
| H A D | safexcel_cipher.c | 695 * removed from the output for decrypt! in safexcel_send_req() 711 * Save IV from last crypto input word for CBC modes in decrypt in safexcel_send_req() 858 * Special case: AEAD decrypt with only AAD data. in safexcel_send_req() 1036 * Save input IV in case of CBC decrypt mode in safexcel_skcipher_send() 1277 .decrypt = safexcel_decrypt, 1314 .decrypt = safexcel_decrypt, 1352 .decrypt = safexcel_decrypt, 1390 .decrypt = safexcel_decrypt, 1464 .decrypt = safexcel_decrypt, 1526 .decrypt = safexcel_decrypt, [all …]
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | uboot_aes.h | 55 * aes_decrypt() - Decrypt single block of data with AES 128 85 * Decrypt multiple blocks of data with AES CBC. 88 * @src Source data to decrypt 90 * @num_aes_blocks Number of AES blocks to decrypt
|
| /OK3568_Linux_fs/kernel/drivers/crypto/cavium/nitrox/ |
| H A D | nitrox_skcipher.c | 264 creq->ctrl.s.arg = (enc ? ENCRYPT : DECRYPT); in nitrox_skcipher_crypt() 402 .decrypt = nitrox_cbc_decrypt, 421 .decrypt = nitrox_aes_decrypt, 440 .decrypt = nitrox_aes_decrypt, 459 .decrypt = nitrox_aes_decrypt, 480 .decrypt = nitrox_aes_decrypt, 497 .decrypt = nitrox_aes_decrypt, 516 .decrypt = nitrox_cbc_decrypt, 535 .decrypt = nitrox_3des_decrypt,
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-rsa_4.8.bb | 12 pyrsa-decrypt \ 20 ALTERNATIVE_LINK_NAME[pyrsa-decrypt] = "${bindir}/pyrsa-decrypt"
|
| /OK3568_Linux_fs/kernel/arch/sparc/crypto/ |
| H A D | aes_glue.c | 37 void (*decrypt)(const u64 *key, const u32 *input, u32 *output); member 131 .decrypt = aes_sparc64_decrypt_128, 143 .decrypt = aes_sparc64_decrypt_192, 155 .decrypt = aes_sparc64_decrypt_256, 216 ctx->ops->decrypt(&ctx->key[0], (const u32 *) src, (u32 *) dst); in crypto_aes_decrypt() 395 .decrypt = ecb_decrypt, 409 .decrypt = cbc_decrypt, 423 .decrypt = ctr_crypt,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | benchmark_2000.c | 71 int decrypt = 0; /* Encrypt */ in xtest_tee_benchmark_2011() local 75 aes_perf_run_test(mode, keysize, decrypt, size, CRYPTO_DEF_UNIT_SIZE, in xtest_tee_benchmark_2011() 85 int decrypt = 0; /* Encrypt */ in xtest_tee_benchmark_2012() local 89 aes_perf_run_test(mode, keysize, decrypt, size, CRYPTO_DEF_UNIT_SIZE, in xtest_tee_benchmark_2012()
|
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A D | chacha-glue.c | 209 .decrypt = chacha_arm, 224 .decrypt = xchacha_arm, 239 .decrypt = xchacha_arm, 259 .decrypt = chacha_neon, 275 .decrypt = xchacha_neon, 291 .decrypt = xchacha_neon,
|