Home
last modified time | relevance | path

Searched refs:cfb128 (Results 1 - 21 of 21) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_seed.c58 IMPLEMENT_generic_cipher(seed, SEED, cfb128, CFB, 0, 128, 8, 128, stream)
H A Dcipher_seed_hw.c42 PROV_CIPHER_HW_seed_mode(cfb128, CFB)
H A Dcipher_aria_hw.c49 PROV_CIPHER_HW_aria_mode(cfb128)
H A Dcipher_sm4.c54 IMPLEMENT_generic_cipher(sm4, SM4, cfb128, CFB, 0, 128, 8, 128, stream)
H A Dcipher_sm4_hw.c45 PROV_CIPHER_HW_sm4_mode(cfb128)
H A Dcipher_camellia_hw.c71 PROV_CIPHER_HW_camellia_mode(cfb128)
H A Dcipher_aes_hw.c154 PROV_CIPHER_HW_aes_mode(cfb128)
H A Dcipher_rc2.c283 IMPLEMENT_cipher(rc2, RC2, cfb128, CFB, RC2_FLAGS, 128, 8, 64, stream)
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_seed.c58 IMPLEMENT_generic_cipher(seed, SEED, cfb128, CFB, 0, 128, 8, 128, stream)
H A Dcipher_seed_hw.c42 PROV_CIPHER_HW_seed_mode(cfb128, CFB)
H A Dcipher_sm4.c54 IMPLEMENT_generic_cipher(sm4, SM4, cfb128, CFB, 0, 128, 8, 128, stream)
H A Dcipher_sm4_hw.c45 PROV_CIPHER_HW_sm4_mode(cfb128)
H A Dcipher_aria_hw.c49 PROV_CIPHER_HW_aria_mode(cfb128)
H A Dcipher_camellia_hw.c71 PROV_CIPHER_HW_camellia_mode(cfb128)
H A Dcipher_aes_hw.c154 PROV_CIPHER_HW_aes_mode(cfb128)
H A Dcipher_rc2.c283 IMPLEMENT_cipher(rc2, RC2, cfb128, CFB, RC2_FLAGS, 128, 8, 64, stream)
/third_party/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/
H A Dlws-genaes.c122 *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 De_camellia.c186 BLOCK_CIPHER_generic(nid,keylen,1,16,cfb128,cfb,CFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1) \
H A De_aes.c2302 BLOCK_CIPHER_generic(nid,keylen,1,16,cfb128,cfb,CFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1) \
/third_party/openssl/crypto/evp/
H A De_camellia.c186 BLOCK_CIPHER_generic(nid,keylen,1,16,cfb128,cfb,CFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1) \
H A De_aes.c2308 BLOCK_CIPHER_generic(nid,keylen,1,16,cfb128,cfb,CFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1) \

Completed in 16 milliseconds