Home
last modified time | relevance | path

Searched refs:cfb8 (Results 1 – 25 of 30) sorted by relevance

12

/third_party/openssl/providers/implementations/ciphers/
Dcipher_aes.c83 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)
Dcipher_aria.c76 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)
Dcipher_camellia.c82 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)
Dcipher_tdes_default.c26 IMPLEMENT_tdes_cipher(ede3, EDE3, cfb8, CFB, TDES_FLAGS, 64*3, 8, 64, stream);
Dcipher_aria_hw.c51 PROV_CIPHER_HW_aria_mode(cfb8)
Dcipher_camellia_hw.c73 PROV_CIPHER_HW_camellia_mode(cfb8)
Dcipher_aes_hw.c156 PROV_CIPHER_HW_aes_mode(cfb8)
Dcipher_tdes_default_hw.c141 PROV_CIPHER_HW_tdes_mode(ede3, cfb8)
Dcipher_des.c202 IMPLEMENT_des_cipher(des, cfb8, CFB, DES_FLAGS, 64, 8, 64, stream);
Dcipher_des_hw.c196 PROV_CIPHER_HW_des_mode(cfb8)
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
Dcipher_camellia.c82 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)
Dcipher_aes.c83 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)
Dcipher_aria.c76 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)
Dcipher_tdes_default.c26 IMPLEMENT_tdes_cipher(ede3, EDE3, cfb8, CFB, TDES_FLAGS, 64*3, 8, 64, stream);
Dcipher_aria_hw.c51 PROV_CIPHER_HW_aria_mode(cfb8)
Dcipher_camellia_hw.c73 PROV_CIPHER_HW_camellia_mode(cfb8)
Dcipher_aes_hw.c156 PROV_CIPHER_HW_aes_mode(cfb8)
Dcipher_tdes_default_hw.c141 PROV_CIPHER_HW_tdes_mode(ede3, cfb8)
Dcipher_des.c203 IMPLEMENT_des_cipher(des, cfb8, CFB, DES_FLAGS, 64, 8, 64, stream);
Dcipher_des_hw.c196 PROV_CIPHER_HW_des_mode(cfb8)
/third_party/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/
Dlws-genaes.c213 *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/
De_camellia.c188 BLOCK_CIPHER_generic(nid,keylen,1,16,cfb8,cfb8,CFB,flags) \
/third_party/openssl/crypto/evp/
De_camellia.c188 BLOCK_CIPHER_generic(nid,keylen,1,16,cfb8,cfb8,CFB,flags) \
/third_party/openssl/crypto/objects/
Dobjects.txt975 : 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/
Dobjects.txt975 : 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 …]

12