Home
last modified time | relevance | path

Searched refs:ofb (Results 1 - 18 of 18) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes.c17 /* Dispatch functions for AES cipher modes ecb, cbc, ofb, cfb, ctr */
65 IMPLEMENT_generic_cipher(aes, AES, ofb, OFB, 0, 256, 8, 128, stream)
67 IMPLEMENT_generic_cipher(aes, AES, ofb, OFB, 0, 192, 8, 128, stream)
69 IMPLEMENT_generic_cipher(aes, AES, ofb, OFB, 0, 128, 8, 128, stream)
H A Dcipher_aria.c10 /* Dispatch functions for ARIA cipher modes ecb, cbc, ofb, cfb, ctr */
58 IMPLEMENT_generic_cipher(aria, ARIA, ofb, OFB, 0, 256, 8, 128, stream)
60 IMPLEMENT_generic_cipher(aria, ARIA, ofb, OFB, 0, 192, 8, 128, stream)
62 IMPLEMENT_generic_cipher(aria, ARIA, ofb, OFB, 0, 128, 8, 128, stream)
H A Dcipher_camellia.c16 /* Dispatch functions for CAMELLIA cipher modes ecb, cbc, ofb, cfb, ctr */
64 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ofb, OFB, 0, 256, 8, 128, stream)
66 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ofb, OFB, 0, 192, 8, 128, stream)
68 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ofb, OFB, 0, 128, 8, 128, stream)
H A Dcipher_tdes_default_hw.c138 PROV_CIPHER_HW_tdes_mode(ede3, ofb)
145 PROV_CIPHER_HW_tdes_mode(ede2, ofb)
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes.c17 /* Dispatch functions for AES cipher modes ecb, cbc, ofb, cfb, ctr */
65 IMPLEMENT_generic_cipher(aes, AES, ofb, OFB, 0, 256, 8, 128, stream)
67 IMPLEMENT_generic_cipher(aes, AES, ofb, OFB, 0, 192, 8, 128, stream)
69 IMPLEMENT_generic_cipher(aes, AES, ofb, OFB, 0, 128, 8, 128, stream)
H A Dcipher_aria.c10 /* Dispatch functions for ARIA cipher modes ecb, cbc, ofb, cfb, ctr */
58 IMPLEMENT_generic_cipher(aria, ARIA, ofb, OFB, 0, 256, 8, 128, stream)
60 IMPLEMENT_generic_cipher(aria, ARIA, ofb, OFB, 0, 192, 8, 128, stream)
62 IMPLEMENT_generic_cipher(aria, ARIA, ofb, OFB, 0, 128, 8, 128, stream)
H A Dcipher_camellia.c16 /* Dispatch functions for CAMELLIA cipher modes ecb, cbc, ofb, cfb, ctr */
64 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ofb, OFB, 0, 256, 8, 128, stream)
66 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ofb, OFB, 0, 192, 8, 128, stream)
68 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ofb, OFB, 0, 128, 8, 128, stream)
H A Dcipher_tdes_default_hw.c138 PROV_CIPHER_HW_tdes_mode(ede3, ofb)
145 PROV_CIPHER_HW_tdes_mode(ede2, ofb)
/third_party/node/deps/openssl/openssl/engines/
H A De_padlock.c531 DECLARE_AES_EVP(128, ofb, OFB)
537 DECLARE_AES_EVP(192, ofb, OFB)
543 DECLARE_AES_EVP(256, ofb, OFB)
/third_party/openssl/engines/
H A De_padlock.c531 DECLARE_AES_EVP(128, ofb, OFB)
537 DECLARE_AES_EVP(192, ofb, OFB)
543 DECLARE_AES_EVP(256, ofb, OFB)
/third_party/openssl/ohos_lite/include/crypto/
H A Devp.h279 BLOCK_CIPHER_def1(cname, ofb##cbits, ofb, OFB, kstruct, nid, 1, \
/third_party/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/
H A Dlws-genaes.c477 * openssl enc -aes-128-ofb \
483 *ofb = (uint8_t *)"test plaintext\0\0", variable
517 if (lws_genaes_crypt(&ctx, ofb, 16, res, (uint8_t *)ofb_iv, NULL, in test_genaes_ofb()
552 if (lws_timingsafe_bcmp(ofb, res1, 16)) { in test_genaes_ofb()
/third_party/node/deps/openssl/openssl/include/crypto/
H A Devp.h467 BLOCK_CIPHER_def1(cname, ofb##cbits, ofb, OFB, kstruct, nid, 1, \
/third_party/openssl/include/crypto/
H A Devp.h467 BLOCK_CIPHER_def1(cname, ofb##cbits, ofb, OFB, kstruct, nid, 1, \
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_camellia.c185 BLOCK_CIPHER_generic(nid,keylen,1,16,ofb128,ofb,OFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1) \
H A De_aes.c2301 BLOCK_CIPHER_generic(nid,keylen,1,16,ofb128,ofb,OFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1) \
/third_party/openssl/crypto/evp/
H A De_camellia.c185 BLOCK_CIPHER_generic(nid,keylen,1,16,ofb128,ofb,OFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1) \
H A De_aes.c2307 BLOCK_CIPHER_generic(nid,keylen,1,16,ofb128,ofb,OFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1) \

Completed in 21 milliseconds