/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes.c | 17 /* 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 D | cipher_aria.c | 10 /* 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 D | cipher_camellia.c | 16 /* 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 D | cipher_tdes_default_hw.c | 138 PROV_CIPHER_HW_tdes_mode(ede3, ofb) 145 PROV_CIPHER_HW_tdes_mode(ede2, ofb)
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes.c | 17 /* 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 D | cipher_aria.c | 10 /* 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 D | cipher_camellia.c | 16 /* 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 D | cipher_tdes_default_hw.c | 138 PROV_CIPHER_HW_tdes_mode(ede3, ofb) 145 PROV_CIPHER_HW_tdes_mode(ede2, ofb)
|
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_padlock.c | 531 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 D | e_padlock.c | 531 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 D | evp.h | 279 BLOCK_CIPHER_def1(cname, ofb##cbits, ofb, OFB, kstruct, nid, 1, \
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/ |
H A D | lws-genaes.c | 477 * 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 D | evp.h | 467 BLOCK_CIPHER_def1(cname, ofb##cbits, ofb, OFB, kstruct, nid, 1, \
|
/third_party/openssl/include/crypto/ |
H A D | evp.h | 467 BLOCK_CIPHER_def1(cname, ofb##cbits, ofb, OFB, kstruct, nid, 1, \
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_camellia.c | 185 BLOCK_CIPHER_generic(nid,keylen,1,16,ofb128,ofb,OFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1) \
|
H A D | e_aes.c | 2301 BLOCK_CIPHER_generic(nid,keylen,1,16,ofb128,ofb,OFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1) \
|
/third_party/openssl/crypto/evp/ |
H A D | e_camellia.c | 185 BLOCK_CIPHER_generic(nid,keylen,1,16,ofb128,ofb,OFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1) \
|
H A D | e_aes.c | 2307 BLOCK_CIPHER_generic(nid,keylen,1,16,ofb128,ofb,OFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1) \
|