Home
last modified time | relevance | path

Searched refs:cfb8 (Results 1 - 23 of 23) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A 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)
H A 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)
H A 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)
H A Dcipher_aria_hw.c51 PROV_CIPHER_HW_aria_mode(cfb8)
H A Dcipher_camellia_hw.c73 PROV_CIPHER_HW_camellia_mode(cfb8)
H A Dcipher_aes_hw.c156 PROV_CIPHER_HW_aes_mode(cfb8)
H A Dcipher_tdes_default_hw.c141 PROV_CIPHER_HW_tdes_mode(ede3, cfb8)
H A Dcipher_des.c203 IMPLEMENT_des_cipher(des, cfb8, CFB, DES_FLAGS, 64, 8, 64, stream);
H A Dcipher_des_hw.c196 PROV_CIPHER_HW_des_mode(cfb8)
/third_party/openssl/providers/implementations/ciphers/
H A 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)
H A 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)
H A 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)
H A Dcipher_aria_hw.c51 PROV_CIPHER_HW_aria_mode(cfb8)
H A Dcipher_camellia_hw.c73 PROV_CIPHER_HW_camellia_mode(cfb8)
H A Dcipher_aes_hw.c156 PROV_CIPHER_HW_aes_mode(cfb8)
H A Dcipher_tdes_default_hw.c141 PROV_CIPHER_HW_tdes_mode(ede3, cfb8)
H A Dcipher_des.c202 IMPLEMENT_des_cipher(des, cfb8, CFB, DES_FLAGS, 64, 8, 64, stream);
H A Dcipher_des_hw.c196 PROV_CIPHER_HW_des_mode(cfb8)
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_camellia.c188 BLOCK_CIPHER_generic(nid,keylen,1,16,cfb8,cfb8,CFB,flags) \
H A De_aes.c2304 BLOCK_CIPHER_generic(nid,keylen,1,16,cfb8,cfb8,CFB,flags) \
/third_party/openssl/crypto/evp/
H A De_camellia.c188 BLOCK_CIPHER_generic(nid,keylen,1,16,cfb8,cfb8,CFB,flags) \
H A De_aes.c2310 BLOCK_CIPHER_generic(nid,keylen,1,16,cfb8,cfb8,CFB,flags) \
/third_party/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/
H A Dlws-genaes.c207 * openssl enc -aes-128-cfb8 \
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()

Completed in 26 milliseconds