/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_seed.c | 58 IMPLEMENT_generic_cipher(seed, SEED, cfb128, CFB, 0, 128, 8, 128, stream)
|
H A D | cipher_seed_hw.c | 42 PROV_CIPHER_HW_seed_mode(cfb128, CFB)
|
H A D | cipher_aria_hw.c | 49 PROV_CIPHER_HW_aria_mode(cfb128)
|
H A D | cipher_sm4.c | 54 IMPLEMENT_generic_cipher(sm4, SM4, cfb128, CFB, 0, 128, 8, 128, stream)
|
H A D | cipher_sm4_hw.c | 45 PROV_CIPHER_HW_sm4_mode(cfb128)
|
H A D | cipher_camellia_hw.c | 71 PROV_CIPHER_HW_camellia_mode(cfb128)
|
H A D | cipher_aes_hw.c | 154 PROV_CIPHER_HW_aes_mode(cfb128)
|
H A D | cipher_rc2.c | 283 IMPLEMENT_cipher(rc2, RC2, cfb128, CFB, RC2_FLAGS, 128, 8, 64, stream)
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_seed.c | 58 IMPLEMENT_generic_cipher(seed, SEED, cfb128, CFB, 0, 128, 8, 128, stream)
|
H A D | cipher_seed_hw.c | 42 PROV_CIPHER_HW_seed_mode(cfb128, CFB)
|
H A D | cipher_sm4.c | 54 IMPLEMENT_generic_cipher(sm4, SM4, cfb128, CFB, 0, 128, 8, 128, stream)
|
H A D | cipher_sm4_hw.c | 45 PROV_CIPHER_HW_sm4_mode(cfb128)
|
H A D | cipher_aria_hw.c | 49 PROV_CIPHER_HW_aria_mode(cfb128)
|
H A D | cipher_camellia_hw.c | 71 PROV_CIPHER_HW_camellia_mode(cfb128)
|
H A D | cipher_aes_hw.c | 154 PROV_CIPHER_HW_aes_mode(cfb128)
|
H A D | cipher_rc2.c | 283 IMPLEMENT_cipher(rc2, RC2, cfb128, CFB, RC2_FLAGS, 128, 8, 64, stream)
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/ |
H A D | lws-genaes.c | 122 *cfb128 = (uint8_t *)"test plaintext\0\0", variable 150 if (lws_genaes_crypt(&ctx, cfb128, 16, res, (uint8_t *)cfb128_iv, in test_genaes_cfb128() 185 if (lws_timingsafe_bcmp(cfb128, res1, 16)) { in test_genaes_cfb128()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_camellia.c | 186 BLOCK_CIPHER_generic(nid,keylen,1,16,cfb128,cfb,CFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1) \
|
H A D | e_aes.c | 2302 BLOCK_CIPHER_generic(nid,keylen,1,16,cfb128,cfb,CFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1) \
|
/third_party/openssl/crypto/evp/ |
H A D | e_camellia.c | 186 BLOCK_CIPHER_generic(nid,keylen,1,16,cfb128,cfb,CFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1) \
|
H A D | e_aes.c | 2308 BLOCK_CIPHER_generic(nid,keylen,1,16,cfb128,cfb,CFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1) \
|