/third_party/openssl/providers/implementations/ciphers/ |
D | cipher_aes.c | 83 IMPLEMENT_generic_cipher(aes, AES, cfb8, CFB, 0, 256, 8, 128, stream) 85 IMPLEMENT_generic_cipher(aes, AES, cfb8, CFB, 0, 192, 8, 128, stream) 87 IMPLEMENT_generic_cipher(aes, AES, cfb8, CFB, 0, 128, 8, 128, stream)
|
D | cipher_aria.c | 76 IMPLEMENT_generic_cipher(aria, ARIA, cfb8, CFB, 0, 256, 8, 128, stream) 78 IMPLEMENT_generic_cipher(aria, ARIA, cfb8, CFB, 0, 192, 8, 128, stream) 80 IMPLEMENT_generic_cipher(aria, ARIA, cfb8, CFB, 0, 128, 8, 128, stream)
|
D | cipher_camellia.c | 82 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cfb8, CFB, 0, 256, 8, 128, stream) 84 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cfb8, CFB, 0, 192, 8, 128, stream) 86 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cfb8, CFB, 0, 128, 8, 128, stream)
|
D | cipher_tdes_default.c | 26 IMPLEMENT_tdes_cipher(ede3, EDE3, cfb8, CFB, TDES_FLAGS, 64*3, 8, 64, stream);
|
D | cipher_aria_hw.c | 51 PROV_CIPHER_HW_aria_mode(cfb8)
|
D | cipher_camellia_hw.c | 73 PROV_CIPHER_HW_camellia_mode(cfb8)
|
D | cipher_aes_hw.c | 156 PROV_CIPHER_HW_aes_mode(cfb8)
|
D | cipher_tdes_default_hw.c | 141 PROV_CIPHER_HW_tdes_mode(ede3, cfb8)
|
D | cipher_des.c | 202 IMPLEMENT_des_cipher(des, cfb8, CFB, DES_FLAGS, 64, 8, 64, stream);
|
D | cipher_des_hw.c | 196 PROV_CIPHER_HW_des_mode(cfb8)
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
D | cipher_camellia.c | 82 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cfb8, CFB, 0, 256, 8, 128, stream) 84 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cfb8, CFB, 0, 192, 8, 128, stream) 86 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cfb8, CFB, 0, 128, 8, 128, stream)
|
D | cipher_aes.c | 83 IMPLEMENT_generic_cipher(aes, AES, cfb8, CFB, 0, 256, 8, 128, stream) 85 IMPLEMENT_generic_cipher(aes, AES, cfb8, CFB, 0, 192, 8, 128, stream) 87 IMPLEMENT_generic_cipher(aes, AES, cfb8, CFB, 0, 128, 8, 128, stream)
|
D | cipher_aria.c | 76 IMPLEMENT_generic_cipher(aria, ARIA, cfb8, CFB, 0, 256, 8, 128, stream) 78 IMPLEMENT_generic_cipher(aria, ARIA, cfb8, CFB, 0, 192, 8, 128, stream) 80 IMPLEMENT_generic_cipher(aria, ARIA, cfb8, CFB, 0, 128, 8, 128, stream)
|
D | cipher_tdes_default.c | 26 IMPLEMENT_tdes_cipher(ede3, EDE3, cfb8, CFB, TDES_FLAGS, 64*3, 8, 64, stream);
|
D | cipher_aria_hw.c | 51 PROV_CIPHER_HW_aria_mode(cfb8)
|
D | cipher_camellia_hw.c | 73 PROV_CIPHER_HW_camellia_mode(cfb8)
|
D | cipher_aes_hw.c | 156 PROV_CIPHER_HW_aes_mode(cfb8)
|
D | cipher_tdes_default_hw.c | 141 PROV_CIPHER_HW_tdes_mode(ede3, cfb8)
|
D | cipher_des.c | 203 IMPLEMENT_des_cipher(des, cfb8, CFB, DES_FLAGS, 64, 8, 64, stream);
|
D | cipher_des_hw.c | 196 PROV_CIPHER_HW_des_mode(cfb8)
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/ |
D | lws-genaes.c | 213 *cfb8 = (uint8_t *)"test plaintext\0\0", variable 240 if (lws_genaes_crypt(&ctx, cfb8, 16, res, (uint8_t *)cfb8_iv, in test_genaes_cfb8() 273 if (lws_timingsafe_bcmp(cfb8, res1, 16)) { in test_genaes_cfb8()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
D | e_camellia.c | 188 BLOCK_CIPHER_generic(nid,keylen,1,16,cfb8,cfb8,CFB,flags) \
|
/third_party/openssl/crypto/evp/ |
D | e_camellia.c | 188 BLOCK_CIPHER_generic(nid,keylen,1,16,cfb8,cfb8,CFB,flags) \
|
/third_party/openssl/crypto/objects/ |
D | objects.txt | 975 : AES-128-CFB8 : aes-128-cfb8 976 : AES-192-CFB8 : aes-192-cfb8 977 : AES-256-CFB8 : aes-256-cfb8 985 : DES-CFB8 : des-cfb8 987 : DES-EDE3-CFB8 : des-ede3-cfb8 1500 : CAMELLIA-128-CFB8 : camellia-128-cfb8 1501 : CAMELLIA-192-CFB8 : camellia-192-cfb8 1502 : CAMELLIA-256-CFB8 : camellia-256-cfb8 1535 : ARIA-128-CFB8 : aria-128-cfb8 1536 : ARIA-192-CFB8 : aria-192-cfb8 [all …]
|
/third_party/node/deps/openssl/openssl/crypto/objects/ |
D | objects.txt | 975 : AES-128-CFB8 : aes-128-cfb8 976 : AES-192-CFB8 : aes-192-cfb8 977 : AES-256-CFB8 : aes-256-cfb8 985 : DES-CFB8 : des-cfb8 987 : DES-EDE3-CFB8 : des-ede3-cfb8 1500 : CAMELLIA-128-CFB8 : camellia-128-cfb8 1501 : CAMELLIA-192-CFB8 : camellia-192-cfb8 1502 : CAMELLIA-256-CFB8 : camellia-256-cfb8 1535 : ARIA-128-CFB8 : aria-128-cfb8 1536 : ARIA-192-CFB8 : aria-192-cfb8 [all …]
|