/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | IntEqClasses.cpp | 34 unsigned ecb = EC[b]; in join() local 38 while (eca != ecb) in join() 39 if (eca < ecb) { in join() 41 b = ecb; in join() 42 ecb = EC[b]; in join() 44 EC[a] = ecb; in join()
|
/third_party/lame/libmp3lame/ |
H A D | psymodel.c | 1078 FLOAT x, ecb, avg_mask; in vbrpsy_compute_masking_s() local 1083 ecb = gds->s3[j] * eb[kk] * tab[mask_idx_s[kk]]; in vbrpsy_compute_masking_s() 1089 ecb = vbrpsy_mask_add(ecb, x, kk - b, delta); in vbrpsy_compute_masking_s() 1094 ecb *= avg_mask; in vbrpsy_compute_masking_s() 1100 FLOAT const tm = (t2 > 0) ? Min(ecb, t2) : ecb; in vbrpsy_compute_masking_s() 1101 thr[b] = (t1 > 0) ? NS_INTERP(Min(tm, t1), ecb, 0.6) : ecb; in vbrpsy_compute_masking_s() 1106 thr[b] = (t1 > 0) ? NS_INTERP(Min(ecb, t in vbrpsy_compute_masking_s() 1166 FLOAT x, ecb, avg_mask, t; vbrpsy_compute_masking_l() local [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes.c | 17 /* Dispatch functions for AES cipher modes ecb, cbc, ofb, cfb, ctr */ 53 IMPLEMENT_generic_cipher(aes, AES, ecb, ECB, 0, 256, 128, 0, block) 55 IMPLEMENT_generic_cipher(aes, AES, ecb, ECB, 0, 192, 128, 0, block) 57 IMPLEMENT_generic_cipher(aes, AES, ecb, ECB, 0, 128, 128, 0, block)
|
H A D | cipher_aria.c | 10 /* Dispatch functions for ARIA cipher modes ecb, cbc, ofb, cfb, ctr */ 46 IMPLEMENT_generic_cipher(aria, ARIA, ecb, ECB, 0, 256, 128, 0, block) 48 IMPLEMENT_generic_cipher(aria, ARIA, ecb, ECB, 0, 192, 128, 0, block) 50 IMPLEMENT_generic_cipher(aria, ARIA, ecb, ECB, 0, 128, 128, 0, block)
|
H A D | cipher_camellia.c | 16 /* Dispatch functions for CAMELLIA cipher modes ecb, cbc, ofb, cfb, ctr */ 52 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ecb, ECB, 0, 256, 128, 0, block) 54 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ecb, ECB, 0, 192, 128, 0, block) 56 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ecb, ECB, 0, 128, 128, 0, block)
|
H A D | cipher_aes_hw.c | 41 dat->stream.ecb = (ecb128_f)HWAES_ecb_encrypt; in cipher_hw_aes_initkey() 79 dat->stream.ecb = (ecb128_f)HWAES_ecb_encrypt; in cipher_hw_aes_initkey() 152 PROV_CIPHER_HW_aes_mode(ecb)
|
H A D | cipher_blowfish_hw.c | 40 PROV_CIPHER_HW_blowfish_mode(ecb, ECB)
|
H A D | cipher_cast5_hw.c | 40 PROV_CIPHER_HW_cast_mode(ecb, ECB)
|
H A D | cipher_idea.c | 17 /* Dispatch functions for Idea cipher modes ecb, cbc, ofb, cfb */ 53 IMPLEMENT_generic_cipher(idea, IDEA, ecb, ECB, 0, 128, 64, 0, block)
|
H A D | cipher_rc2_hw.c | 41 PROV_CIPHER_HW_rc2_mode(ecb, ECB)
|
H A D | cipher_seed.c | 10 /* Dispatch functions for Seed cipher modes ecb, cbc, ofb, cfb */ 52 IMPLEMENT_generic_cipher(seed, SEED, ecb, ECB, 0, 128, 128, 0, block)
|
H A D | cipher_seed_hw.c | 40 PROV_CIPHER_HW_seed_mode(ecb, ECB)
|
H A D | cipher_rc5_hw.c | 39 PROV_CIPHER_HW_rc5_mode(ecb, ECB)
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes.c | 17 /* Dispatch functions for AES cipher modes ecb, cbc, ofb, cfb, ctr */ 53 IMPLEMENT_generic_cipher(aes, AES, ecb, ECB, 0, 256, 128, 0, block) 55 IMPLEMENT_generic_cipher(aes, AES, ecb, ECB, 0, 192, 128, 0, block) 57 IMPLEMENT_generic_cipher(aes, AES, ecb, ECB, 0, 128, 128, 0, block)
|
H A D | cipher_aria.c | 10 /* Dispatch functions for ARIA cipher modes ecb, cbc, ofb, cfb, ctr */ 46 IMPLEMENT_generic_cipher(aria, ARIA, ecb, ECB, 0, 256, 128, 0, block) 48 IMPLEMENT_generic_cipher(aria, ARIA, ecb, ECB, 0, 192, 128, 0, block) 50 IMPLEMENT_generic_cipher(aria, ARIA, ecb, ECB, 0, 128, 128, 0, block)
|
H A D | cipher_camellia.c | 16 /* Dispatch functions for CAMELLIA cipher modes ecb, cbc, ofb, cfb, ctr */ 52 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ecb, ECB, 0, 256, 128, 0, block) 54 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ecb, ECB, 0, 192, 128, 0, block) 56 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ecb, ECB, 0, 128, 128, 0, block)
|
H A D | cipher_aes_hw.c | 41 dat->stream.ecb = (ecb128_f)HWAES_ecb_encrypt; in cipher_hw_aes_initkey() 79 dat->stream.ecb = (ecb128_f)HWAES_ecb_encrypt; in cipher_hw_aes_initkey() 152 PROV_CIPHER_HW_aes_mode(ecb)
|
H A D | cipher_cast5_hw.c | 40 PROV_CIPHER_HW_cast_mode(ecb, ECB)
|
H A D | cipher_rc2_hw.c | 41 PROV_CIPHER_HW_rc2_mode(ecb, ECB)
|
H A D | cipher_blowfish_hw.c | 40 PROV_CIPHER_HW_blowfish_mode(ecb, ECB)
|
H A D | cipher_idea.c | 17 /* Dispatch functions for Idea cipher modes ecb, cbc, ofb, cfb */ 53 IMPLEMENT_generic_cipher(idea, IDEA, ecb, ECB, 0, 128, 64, 0, block)
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | alphacpuid.pl | 182 ecb ($out) 193 ecb ($out) 217 ecb ($out) 229 ecb ($out)
|
/third_party/openssl/crypto/ |
H A D | alphacpuid.pl | 182 ecb ($out) 193 ecb ($out) 217 ecb ($out) 229 ecb ($out)
|
/third_party/node/deps/openssl/openssl/providers/implementations/rands/ |
H A D | drbg_ctr.c | 666 char *ecb; in drbg_ctr_set_ctx_params() local 696 if ((ecb = OPENSSL_strndup(base, p->data_size)) == NULL) { in drbg_ctr_set_ctx_params() 700 strcpy(ecb + p->data_size - ecb_str_len, "ECB"); in drbg_ctr_set_ctx_params() 704 ctr->cipher_ecb = EVP_CIPHER_fetch(libctx, ecb, propquery); in drbg_ctr_set_ctx_params() 705 OPENSSL_free(ecb); in drbg_ctr_set_ctx_params()
|
/third_party/openssl/providers/implementations/rands/ |
H A D | drbg_ctr.c | 666 char *ecb; in drbg_ctr_set_ctx_params() local 696 if ((ecb = OPENSSL_strndup(base, p->data_size)) == NULL) { in drbg_ctr_set_ctx_params() 700 strcpy(ecb + p->data_size - ecb_str_len, "ECB"); in drbg_ctr_set_ctx_params() 704 ctr->cipher_ecb = EVP_CIPHER_fetch(libctx, ecb, propquery); in drbg_ctr_set_ctx_params() 705 OPENSSL_free(ecb); in drbg_ctr_set_ctx_params()
|