Home
last modified time | relevance | path

Searched refs:ENCRYPT (Results 1 – 25 of 43) sorted by relevance

12

/OK3568_Linux_fs/external/security/librkcrypto/perf_reports/
H A DRK3588_perf.txt19 dma_fd: otpkey [AES-256] ECB ENCRYPT 560MB/s.
21 dma_fd: otpkey [AES-256] CBC ENCRYPT 288MB/s.
23 dma_fd: otpkey [AES-256] CTR ENCRYPT 560MB/s.
25 dma_fd: otpkey [SM4-128] ECB ENCRYPT 483MB/s.
27 dma_fd: otpkey [SM4-128] CBC ENCRYPT 146MB/s.
29 dma_fd: otpkey [SM4-128] CTR ENCRYPT 483MB/s.
33 virt: otpkey [AES-256] ECB ENCRYPT 410MB/s.
35 virt: otpkey [AES-256] CBC ENCRYPT 242MB/s.
37 virt: otpkey [AES-256] CTR ENCRYPT 411MB/s.
39 virt: otpkey [SM4-128] ECB ENCRYPT 368MB/s.
[all …]
H A DRK3566_perf.txt20 dma_fd: otpkey [AES-256] ECB ENCRYPT 360MB/s.
22 dma_fd: otpkey [AES-256] CBC ENCRYPT 164MB/s.
24 dma_fd: otpkey [AES-256] CTR ENCRYPT 360MB/s.
26 dma_fd: otpkey [SM4-128] ECB ENCRYPT 297MB/s.
28 dma_fd: otpkey [SM4-128] CBC ENCRYPT 84MB/s.
30 dma_fd: otpkey [SM4-128] CTR ENCRYPT 297MB/s.
34 virt: otpkey [AES-256] ECB ENCRYPT 203MB/s.
36 virt: otpkey [AES-256] CBC ENCRYPT 122MB/s.
38 virt: otpkey [AES-256] CTR ENCRYPT 191MB/s.
40 virt: otpkey [SM4-128] ECB ENCRYPT 173MB/s.
[all …]
H A DRK3528_perf.txt19 dma_fd: otpkey [AES-256] ECB ENCRYPT 764MB/s.
21 dma_fd: otpkey [AES-256] CBC ENCRYPT 252MB/s.
23 dma_fd: otpkey [AES-256] CTR ENCRYPT 762MB/s.
25 dma_fd: otpkey [SM4-128] ECB ENCRYPT 441MB/s.
27 dma_fd: otpkey [SM4-128] CBC ENCRYPT 125MB/s.
29 dma_fd: otpkey [SM4-128] CTR ENCRYPT 439MB/s.
33 virt: otpkey [AES-256] ECB ENCRYPT 276MB/s.
35 virt: otpkey [AES-256] CBC ENCRYPT 159MB/s.
37 virt: otpkey [AES-256] CTR ENCRYPT 275MB/s.
39 virt: otpkey [SM4-128] ECB ENCRYPT 217MB/s.
[all …]
H A DRK3562_perf.txt20 dma_fd: otpkey [AES-256] ECB ENCRYPT 605MB/s.
22 dma_fd: otpkey [AES-256] CBC ENCRYPT 177MB/s.
24 dma_fd: otpkey [AES-256] CTR ENCRYPT 606MB/s.
26 dma_fd: otpkey [SM4-128] ECB ENCRYPT N/A.
28 dma_fd: otpkey [SM4-128] CBC ENCRYPT N/A.
30 dma_fd: otpkey [SM4-128] CTR ENCRYPT N/A.
34 virt: otpkey [AES-256] ECB ENCRYPT 278MB/s.
36 virt: otpkey [AES-256] CBC ENCRYPT 131MB/s.
38 virt: otpkey [AES-256] CTR ENCRYPT 278MB/s.
40 virt: otpkey [SM4-128] ECB ENCRYPT N/A.
[all …]
H A DRV1106_perf.txt23 dma_fd: [DES-64] ECB ENCRYPT 277MB/s.
25 dma_fd: [DES-64] CBC ENCRYPT 77MB/s.
27 dma_fd: [TDES-192] ECB ENCRYPT 105MB/s.
29 dma_fd: [TDES-192] CBC ENCRYPT 28MB/s.
31 dma_fd: [AES-256] ECB ENCRYPT 559MB/s.
33 dma_fd: [AES-256] CBC ENCRYPT 173MB/s.
37 dma_fd: [AES-256] CTR ENCRYPT 443MB/s.
49 virt: [DES-64] ECB ENCRYPT 269MB/s.
51 virt: [DES-64] CBC ENCRYPT 76MB/s.
53 virt: [TDES-192] ECB ENCRYPT 104MB/s.
[all …]
/OK3568_Linux_fs/kernel/crypto/
H A Dtcrypt.c46 #define ENCRYPT 1 macro
164 if (enc == ENCRYPT) in do_mult_aead_op()
276 if (enc == ENCRYPT) in test_mb_aead_speed()
550 if (enc == ENCRYPT) in test_aead_speed()
1162 if (enc == ENCRYPT) in do_mult_acipher_op()
1262 if (enc == ENCRYPT) in test_mb_skcipher_speed()
1503 if (enc == ENCRYPT) in test_skcipher_speed()
2054 test_cipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2058 test_cipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0, in do_test()
2062 test_cipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0, in do_test()
[all …]
/OK3568_Linux_fs/kernel/drivers/crypto/caam/
H A Dcaamalg_qi.c258 if (ctx->drv_ctx[ENCRYPT]) { in aead_setkey()
259 ret = caam_drv_ctx_update(ctx->drv_ctx[ENCRYPT], in aead_setkey()
382 if (ctx->drv_ctx[ENCRYPT]) { in gcm_setkey()
383 ret = caam_drv_ctx_update(ctx->drv_ctx[ENCRYPT], in gcm_setkey()
490 if (ctx->drv_ctx[ENCRYPT]) { in rfc4106_setkey()
491 ret = caam_drv_ctx_update(ctx->drv_ctx[ENCRYPT], in rfc4106_setkey()
596 if (ctx->drv_ctx[ENCRYPT]) { in rfc4543_setkey()
597 ret = caam_drv_ctx_update(ctx->drv_ctx[ENCRYPT], in rfc4543_setkey()
643 if (ctx->drv_ctx[ENCRYPT]) { in skcipher_setkey()
644 ret = caam_drv_ctx_update(ctx->drv_ctx[ENCRYPT], in skcipher_setkey()
[all …]
H A Dqi.h37 ENCRYPT, enumerator
H A Dcaamalg_qi2.h164 ENCRYPT = 0, enumerator
/OK3568_Linux_fs/kernel/samples/crypto/
H A Dfips140_lab_util.c318 ENCRYPT, enumerator
368 .direction = ENCRYPT,
374 .direction = ENCRYPT,
397 if (t->direction == ENCRYPT) in describe_crypt_op()
/OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/
H A Dsm4_core.h10 #define ENCRYPT 1 macro
H A Ddes_core.h10 #define ENCRYPT 1 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_wapi_sms4.c14 #define ENCRYPT 0 macro
202 WapiSMS4Cryption(Key, IV, Input, InputLength, Output, OutputLength, ENCRYPT); in WapiSMS4Encryption()
209 WapiSMS4Cryption(Key, IV, Input, InputLength, Output, OutputLength, ENCRYPT); in WapiSMS4Decryption()
227 SMS4KeyExt((u8 *)Key, rk, ENCRYPT); in WapiSMS4CalculateMic()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_wapi_sms4.c28 #define ENCRYPT 0 macro
223 WapiSMS4Cryption(Key, IV, Input, InputLength, Output, OutputLength, ENCRYPT); in WapiSMS4Encryption()
230 WapiSMS4Cryption(Key, IV, Input, InputLength, Output, OutputLength, ENCRYPT); in WapiSMS4Decryption()
248 SMS4KeyExt((u8 *)Key, rk, ENCRYPT); in WapiSMS4CalculateMic()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_wapi_sms4.c27 #define ENCRYPT 0 macro
222 WapiSMS4Cryption(Key, IV, Input, InputLength, Output, OutputLength, ENCRYPT); in WapiSMS4Encryption()
229 WapiSMS4Cryption(Key, IV, Input, InputLength, Output, OutputLength, ENCRYPT); in WapiSMS4Decryption()
247 SMS4KeyExt((u8 *)Key, rk, ENCRYPT); in WapiSMS4CalculateMic()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_wapi_sms4.c14 #define ENCRYPT 0 macro
209 WapiSMS4Cryption(Key, IV, Input, InputLength, Output, OutputLength, ENCRYPT); in WapiSMS4Encryption()
216 WapiSMS4Cryption(Key, IV, Input, InputLength, Output, OutputLength, ENCRYPT); in WapiSMS4Decryption()
234 SMS4KeyExt((u8 *)Key, rk, ENCRYPT); in WapiSMS4CalculateMic()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_wapi_sms4.c27 #define ENCRYPT 0 macro
222 WapiSMS4Cryption(Key, IV, Input, InputLength, Output, OutputLength, ENCRYPT); in WapiSMS4Encryption()
229 WapiSMS4Cryption(Key, IV, Input, InputLength, Output, OutputLength, ENCRYPT); in WapiSMS4Decryption()
247 SMS4KeyExt((u8 *)Key, rk, ENCRYPT); in WapiSMS4CalculateMic()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_wapi_sms4.c28 #define ENCRYPT 0 macro
223 WapiSMS4Cryption(Key, IV, Input, InputLength, Output, OutputLength, ENCRYPT); in WapiSMS4Encryption()
230 WapiSMS4Cryption(Key, IV, Input, InputLength, Output, OutputLength, ENCRYPT); in WapiSMS4Decryption()
248 SMS4KeyExt((u8 *)Key, rk, ENCRYPT); in WapiSMS4CalculateMic()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_wapi_sms4.c14 #define ENCRYPT 0 macro
202 WapiSMS4Cryption(Key, IV, Input, InputLength, Output, OutputLength, ENCRYPT); in WapiSMS4Encryption()
209 WapiSMS4Cryption(Key, IV, Input, InputLength, Output, OutputLength, ENCRYPT); in WapiSMS4Decryption()
227 SMS4KeyExt((u8 *)Key, rk, ENCRYPT); in WapiSMS4CalculateMic()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_wapi_sms4.c28 #define ENCRYPT 0 macro
223 WapiSMS4Cryption(Key, IV, Input, InputLength, Output, OutputLength, ENCRYPT); in WapiSMS4Encryption()
230 WapiSMS4Cryption(Key, IV, Input, InputLength, Output, OutputLength, ENCRYPT); in WapiSMS4Decryption()
248 SMS4KeyExt((u8 *)Key, rk, ENCRYPT); in WapiSMS4CalculateMic()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_wapi_sms4.c27 #define ENCRYPT 0 macro
222 WapiSMS4Cryption(Key, IV, Input, InputLength, Output, OutputLength, ENCRYPT); in WapiSMS4Encryption()
229 WapiSMS4Cryption(Key, IV, Input, InputLength, Output, OutputLength, ENCRYPT); in WapiSMS4Decryption()
247 SMS4KeyExt((u8 *)Key, rk, ENCRYPT); in WapiSMS4CalculateMic()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_wapi_sms4.c27 #define ENCRYPT 0 macro
222 WapiSMS4Cryption(Key, IV, Input, InputLength, Output, OutputLength, ENCRYPT); in WapiSMS4Encryption()
229 WapiSMS4Cryption(Key, IV, Input, InputLength, Output, OutputLength, ENCRYPT); in WapiSMS4Decryption()
247 SMS4KeyExt((u8 *)Key, rk, ENCRYPT); in WapiSMS4CalculateMic()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_wapi_sms4.c28 #define ENCRYPT 0 macro
223 WapiSMS4Cryption(Key, IV, Input, InputLength, Output, OutputLength, ENCRYPT); in WapiSMS4Encryption()
230 WapiSMS4Cryption(Key, IV, Input, InputLength, Output, OutputLength, ENCRYPT); in WapiSMS4Decryption()
248 SMS4KeyExt((u8 *)Key, rk, ENCRYPT); in WapiSMS4CalculateMic()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_wapi_sms4.c27 #define ENCRYPT 0 macro
222 WapiSMS4Cryption(Key, IV, Input, InputLength, Output, OutputLength, ENCRYPT); in WapiSMS4Encryption()
229 WapiSMS4Cryption(Key, IV, Input, InputLength, Output, OutputLength, ENCRYPT); in WapiSMS4Decryption()
247 SMS4KeyExt((u8 *)Key, rk, ENCRYPT); in WapiSMS4CalculateMic()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_wapi_sms4.c27 #define ENCRYPT 0 macro
222 WapiSMS4Cryption(Key, IV, Input, InputLength, Output, OutputLength, ENCRYPT); in WapiSMS4Encryption()
229 WapiSMS4Cryption(Key, IV, Input, InputLength, Output, OutputLength, ENCRYPT); in WapiSMS4Decryption()
247 SMS4KeyExt((u8 *)Key, rk, ENCRYPT); in WapiSMS4CalculateMic()

12