Home
last modified time | relevance | path

Searched refs:ecb (Results 1 - 25 of 77) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DIntEqClasses.cpp34 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 Dpsymodel.c1078 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 Dcipher_aes.c17 /* 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 Dcipher_aria.c10 /* 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 Dcipher_camellia.c16 /* 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 Dcipher_aes_hw.c41 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 Dcipher_blowfish_hw.c40 PROV_CIPHER_HW_blowfish_mode(ecb, ECB)
H A Dcipher_cast5_hw.c40 PROV_CIPHER_HW_cast_mode(ecb, ECB)
H A Dcipher_idea.c17 /* 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 Dcipher_rc2_hw.c41 PROV_CIPHER_HW_rc2_mode(ecb, ECB)
H A Dcipher_seed.c10 /* 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 Dcipher_seed_hw.c40 PROV_CIPHER_HW_seed_mode(ecb, ECB)
H A Dcipher_rc5_hw.c39 PROV_CIPHER_HW_rc5_mode(ecb, ECB)
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes.c17 /* 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 Dcipher_aria.c10 /* 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 Dcipher_camellia.c16 /* 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 Dcipher_aes_hw.c41 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 Dcipher_cast5_hw.c40 PROV_CIPHER_HW_cast_mode(ecb, ECB)
H A Dcipher_rc2_hw.c41 PROV_CIPHER_HW_rc2_mode(ecb, ECB)
H A Dcipher_blowfish_hw.c40 PROV_CIPHER_HW_blowfish_mode(ecb, ECB)
H A Dcipher_idea.c17 /* 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 Dalphacpuid.pl182 ecb ($out)
193 ecb ($out)
217 ecb ($out)
229 ecb ($out)
/third_party/openssl/crypto/
H A Dalphacpuid.pl182 ecb ($out)
193 ecb ($out)
217 ecb ($out)
229 ecb ($out)
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Ddrbg_ctr.c666 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 Ddrbg_ctr.c666 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()

Completed in 11 milliseconds

1234