/third_party/mbedtls/tests/suites/ |
D | test_suite_psa_crypto_driver_wrappers.data | 120 PSA symmetric encrypt validation: AES-CTR, 16 bytes, good 124 PSA symmetric encrypt validation: AES-CTR, 15 bytes, good 128 PSA symmetric encrypt validation: AES-CTR, 16 bytes, fallback 132 PSA symmetric encrypt validation: AES-CTR, 15 bytes, fallback 136 PSA symmetric encrypt multipart: AES-CTR, 16 bytes, good 140 PSA symmetric encrypt multipart: AES-CTR, 15 bytes, good 144 PSA symmetric encrypt multipart: AES-CTR, 16 bytes, fallback 148 PSA symmetric encrypt multipart: AES-CTR, 15 bytes, fallback 152 PSA symmetric encrypt multipart: AES-CTR, 16 bytes, fake 156 PSA symmetric encrypt multipart: AES-CTR, 15 bytes, fake [all …]
|
D | test_suite_aria.data | 58 ARIA-128-CTR Encrypt - Official Test Vectors 1.0 61 ARIA-192-CTR Encrypt - Official Test Vectors 1.0 64 ARIA-192-CTR Decrypt - Official Test Vectors 1.0 67 ARIA-256-CTR Encrypt - Official Test Vectors 1.0 70 ARIA-256-CTR Decrypt - Official Test Vectors 1.0
|
D | test_suite_psa_crypto_storage_format.misc.data | 5 PSA storage read: AES-GCM+CTR 9 PSA storage save: AES-GCM+CTR
|
D | test_suite_psa_crypto_se_driver_hal.data | 66 Key import smoke test: AES-CTR 81 Key import smoke test: ARIA-CTR 96 Key import smoke test: CAMELLIA-CTR 138 Key generation smoke test: AES-128-CTR 141 Key generation smoke test: AES-256-CTR
|
D | test_suite_cipher.aes.data | 1169 AES-128 CTR - Encrypt and decrypt 0 bytes 1171 enc_dec_buf:MBEDTLS_CIPHER_AES_128_CTR:"AES-128-CTR":128:0:-1 1173 AES-128 CTR - Encrypt and decrypt 1 byte 1175 enc_dec_buf:MBEDTLS_CIPHER_AES_128_CTR:"AES-128-CTR":128:1:-1 1177 AES-128 CTR - Encrypt and decrypt 2 bytes 1179 enc_dec_buf:MBEDTLS_CIPHER_AES_128_CTR:"AES-128-CTR":128:2:-1 1181 AES-128 CTR - Encrypt and decrypt 7 bytes 1183 enc_dec_buf:MBEDTLS_CIPHER_AES_128_CTR:"AES-128-CTR":128:7:-1 1185 AES-128 CTR - Encrypt and decrypt 8 bytes 1187 enc_dec_buf:MBEDTLS_CIPHER_AES_128_CTR:"AES-128-CTR":128:8:-1 [all …]
|
D | test_suite_cipher.camellia.data | 459 enc_dec_buf:MBEDTLS_CIPHER_CAMELLIA_128_CTR:"CAMELLIA-128-CTR":128:0:-1 463 enc_dec_buf:MBEDTLS_CIPHER_CAMELLIA_128_CTR:"CAMELLIA-128-CTR":128:1:-1 467 enc_dec_buf:MBEDTLS_CIPHER_CAMELLIA_128_CTR:"CAMELLIA-128-CTR":128:2:-1 471 enc_dec_buf:MBEDTLS_CIPHER_CAMELLIA_128_CTR:"CAMELLIA-128-CTR":128:7:-1 475 enc_dec_buf:MBEDTLS_CIPHER_CAMELLIA_128_CTR:"CAMELLIA-128-CTR":128:8:-1 479 enc_dec_buf:MBEDTLS_CIPHER_CAMELLIA_128_CTR:"CAMELLIA-128-CTR":128:9:-1 483 enc_dec_buf:MBEDTLS_CIPHER_CAMELLIA_128_CTR:"CAMELLIA-128-CTR":128:15:-1 487 enc_dec_buf:MBEDTLS_CIPHER_CAMELLIA_128_CTR:"CAMELLIA-128-CTR":128:16:-1 491 enc_dec_buf:MBEDTLS_CIPHER_CAMELLIA_128_CTR:"CAMELLIA-128-CTR":128:17:-1 495 enc_dec_buf:MBEDTLS_CIPHER_CAMELLIA_128_CTR:"CAMELLIA-128-CTR":128:31:-1 [all …]
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_perfcounter.c | 162 #define CTR(block, ctr) (S_REG_BLOCK(block) | S_REG_SEL(ctr)) macro 165 enum { GRBM_PERF_SEL_GUI_ACTIVE = CTR(GRBM, 2) }; 167 enum { CPF_PERF_SEL_CPF_STAT_BUSY_GFX10 = CTR(CPF, 0x18) }; 170 GL1C_PERF_SEL_REQ = CTR(GL1C, 0xe), 171 GL1C_PERF_SEL_REQ_MISS = CTR(GL1C, 0x12), 175 GL2C_PERF_SEL_REQ = CTR(GL2C, 0x3), 177 GL2C_PERF_SEL_MISS_GFX101 = CTR(GL2C, 0x23), 178 GL2C_PERF_SEL_MC_WRREQ_GFX101 = CTR(GL2C, 0x4b), 179 GL2C_PERF_SEL_EA_WRREQ_64B_GFX101 = CTR(GL2C, 0x4c), 180 GL2C_PERF_SEL_EA_RDREQ_32B_GFX101 = CTR(GL2C, 0x59), [all …]
|
/third_party/openssl/doc/man7/ |
D | EVP_RAND-CTR-DRBG.pod | 5 EVP_RAND-CTR-DRBG - The CTR DRBG EVP_RAND implementation 14 "CTR-DRBG" is the name for this implementation; it can be used with the 63 A context for CTR DRBG can be obtained by calling: 65 EVP_RAND *rand = EVP_RAND_fetch(NULL, "CTR-DRBG", NULL); 76 rand = EVP_RAND_fetch(NULL, "CTR-DRBG", NULL);
|
D | EVP_CIPHER-CAMELLIA.pod | 25 =item "CAMELLIA-128-CTR", "CAMELLIA-192-CTR" and "CAMELLIA-256-CTR"
|
D | EVP_CIPHER-ARIA.pod | 23 =item "ARIA-128-CTR", "ARIA-192-CTR" and "ARIA-256-CTR"
|
D | EVP_CIPHER-AES.pod | 26 =item "AES-128-CTR", "AES-192-CTR" and "AES-256-CTR"
|
D | EVP_CIPHER-SM4.pod | 21 =item "SM4-CTR"
|
/third_party/openssl/providers/implementations/ciphers/ |
D | cipher_aria.c | 82 IMPLEMENT_generic_cipher(aria, ARIA, ctr, CTR, 0, 256, 8, 128, stream) 84 IMPLEMENT_generic_cipher(aria, ARIA, ctr, CTR, 0, 192, 8, 128, stream) 86 IMPLEMENT_generic_cipher(aria, ARIA, ctr, CTR, 0, 128, 8, 128, stream)
|
D | cipher_aes.c | 89 IMPLEMENT_generic_cipher(aes, AES, ctr, CTR, 0, 256, 8, 128, stream) 91 IMPLEMENT_generic_cipher(aes, AES, ctr, CTR, 0, 192, 8, 128, stream) 93 IMPLEMENT_generic_cipher(aes, AES, ctr, CTR, 0, 128, 8, 128, stream)
|
D | cipher_camellia.c | 88 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ctr, CTR, 0, 256, 8, 128, stream) 90 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ctr, CTR, 0, 192, 8, 128, stream) 92 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ctr, CTR, 0, 128, 8, 128, stream)
|
D | cipher_sm4.c | 50 IMPLEMENT_generic_cipher(sm4, SM4, ctr, CTR, 0, 128, 8, 128, stream)
|
/third_party/openssl/test/recipes/30-test_evp_data/ |
D | evpciph_camellia.txt | 625 Cipher = CAMELLIA-128-CTR 632 Cipher = CAMELLIA-128-CTR 639 Cipher = CAMELLIA-128-CTR 646 Cipher = CAMELLIA-192-CTR 653 Cipher = CAMELLIA-192-CTR 660 Cipher = CAMELLIA-192-CTR 667 Cipher = CAMELLIA-256-CTR 674 Cipher = CAMELLIA-256-CTR 681 Cipher = CAMELLIA-256-CTR
|
D | evprand.txt | 19 RAND = CTR-DRBG 20 Cipher = AES-192-CTR 34 Title = CTR DRBG No Reseed Tests (from NIST test vectors) 36 RAND = CTR-DRBG 37 Cipher = AES-128-CTR 87 RAND = CTR-DRBG 88 Cipher = AES-128-CTR 168 RAND = CTR-DRBG 169 Cipher = AES-128-CTR 234 RAND = CTR-DRBG [all …]
|
D | evpciph_aria.txt | 64 Cipher = ARIA-128-CTR 103 Cipher = ARIA-192-CTR 142 Cipher = ARIA-256-CTR
|
D | evpciph_sm4.txt | 34 Cipher = SM4-CTR
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 117 if (MO.isDef() && (MO.getReg() == PPC::CTR || MO.getReg() == PPC::CTR8)) in clobbersCTR() 120 if (MO.clobbersPhysReg(PPC::CTR) || MO.clobbersPhysReg(PPC::CTR8)) in clobbersCTR()
|
/third_party/openssl/doc/man3/ |
D | RAND_set_DRBG_type.pod | 42 The default DRBG is "CTR-DRBG" using the "AES-256-CTR" cipher.
|
/third_party/openssl/engines/ |
D | e_padlock.c | 519 DECLARE_AES_EVP(128, ctr, CTR) 525 DECLARE_AES_EVP(192, ctr, CTR) 531 DECLARE_AES_EVP(256, ctr, CTR)
|
/third_party/openssl/crypto/chacha/asm/ |
D | chacha-ppc.pl | 918 my $CTR = "v26"; 1028 vspltw $CTR,@K[3],0 1031 vadduwm $CTR,$CTR,$xt1 1058 vmr $xd0,$CTR # smash the counter 1075 vadduwm $xd0,$xd0,$CTR 1109 vadduwm $CTR,$CTR,$xt0 # next counter value
|
D | chacha-armv8.pl | 352 my ($xt0,$xt1,$xt2,$xt3, $CTR,$ROT24) = map("v$_.4s",(4..9)); 459 ld1 {$CTR,$ROT24},[@x[0]] 495 add $xd0,$xd0,$CTR 518 add $xd0,$xd0,$CTR 619 add $CTR,$CTR,$xt0 // += 5 1250 ld1 {$CTR,$ROT24},[$key]
|