| /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/ |
| cipher_tdes_default.c | 20 IMPLEMENT_tdes_cipher(ede3, EDE3, ofb, OFB, TDES_FLAGS, 64 * 3, 8, 64, stream); 33 IMPLEMENT_tdes_cipher(ede2, EDE2, ofb, OFB, TDES_FLAGS, 64 * 2, 8, 64, stream);
|
| cipher_aes.c | 17 /* Dispatch functions for AES cipher modes ecb, cbc, ofb, cfb, ctr */ 63 IMPLEMENT_generic_cipher(aes, AES, ofb, OFB, 0, 256, 8, 128, stream) 65 IMPLEMENT_generic_cipher(aes, AES, ofb, OFB, 0, 192, 8, 128, stream) 67 IMPLEMENT_generic_cipher(aes, AES, ofb, OFB, 0, 128, 8, 128, stream)
|
| cipher_aria.c | 10 /* Dispatch functions for ARIA cipher modes ecb, cbc, ofb, cfb, ctr */ 56 IMPLEMENT_generic_cipher(aria, ARIA, ofb, OFB, 0, 256, 8, 128, stream) 58 IMPLEMENT_generic_cipher(aria, ARIA, ofb, OFB, 0, 192, 8, 128, stream) 60 IMPLEMENT_generic_cipher(aria, ARIA, ofb, OFB, 0, 128, 8, 128, stream)
|
| cipher_camellia.c | 16 /* Dispatch functions for CAMELLIA cipher modes ecb, cbc, ofb, cfb, ctr */ 62 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ofb, OFB, 0, 256, 8, 128, stream) 64 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ofb, OFB, 0, 192, 8, 128, stream) 66 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ofb, OFB, 0, 128, 8, 128, stream)
|
| cipher_aes_hw_armv8.inc | 11 * Crypto extension support for AES modes ecb, cbc, ofb, cfb, ctr.
|
| cipher_sm4_hw_rv64i.inc | 11 * RV64 ZVKSED support for AES modes ecb, cbc, ofb, cfb, ctr.
|
| cipher_tdes_default_hw.c | 138 PROV_CIPHER_HW_tdes_mode(ede3, ofb) 145 PROV_CIPHER_HW_tdes_mode(ede2, ofb)
|
| cipher_aes_hw_rv64i.inc | 11 * RISC-V 64 ZKND ZKNE support for AES modes ecb, cbc, ofb, cfb, ctr. 52 * RISC-V RV64 ZVKNED support for AES modes ecb, cbc, ofb, cfb, ctr.
|
| cipher_aes_hw_aesni.inc | 11 * AES-NI support for AES modes ecb, cbc, ofb, cfb, ctr.
|
| cipher_aes_hw_rv32i.inc | 11 * RISC-V 32 ZKND ZKNE support for AES modes ecb, cbc, ofb, cfb, ctr.
|
| cipher_aes_hw_t4.inc | 11 * Sparc t4 support for AES modes ecb, cbc, ofb, cfb, ctr.
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
| cipher_tdes_default.c | 20 IMPLEMENT_tdes_cipher(ede3, EDE3, ofb, OFB, TDES_FLAGS, 64*3, 8, 64, stream); 33 IMPLEMENT_tdes_cipher(ede2, EDE2, ofb, OFB, TDES_FLAGS, 64*2, 8, 64, stream);
|
| 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)
|
| 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)
|
| 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)
|
| cipher_tdes_default_hw.c | 138 PROV_CIPHER_HW_tdes_mode(ede3, ofb) 145 PROV_CIPHER_HW_tdes_mode(ede2, ofb)
|
| cipher_aes_hw_aesni.inc | 11 * AES-NI support for AES modes ecb, cbc, ofb, cfb, ctr.
|
| cipher_aes_hw_t4.inc | 11 * Sparc t4 support for AES modes ecb, cbc, ofb, cfb, ctr.
|
| /src/crypto/external/apache2/openssl/dist/test/recipes/ |
| 20-test_enc_more.t | 40 @ciphers = grep {!/^-(bf|blowfish|cast|des$|des-cbc|des-cfb|des-ecb|des-ofb
|
| 20-test_enc.t | 40 @ciphers = grep {!/^(bf|cast|des$|des-cbc|des-cfb|des-ecb|des-ofb|desx|idea
|
| /src/crypto/external/bsd/openssl/dist/test/recipes/ |
| 20-test_enc.t | 40 @ciphers = grep {!/^(bf|cast|des$|des-cbc|des-cfb|des-ecb|des-ofb|desx|idea
|
| 20-test_enc_more.t | 40 @ciphers = grep {!/^-(bf|blowfish|cast|des$|des-cbc|des-cfb|des-ecb|des-ofb
|
| /src/crypto/external/apache2/openssl/dist/engines/ |
| e_padlock.c | 409 * ctx->num is maintained in byte-oriented modes, such as CFB and OFB... 528 DECLARE_AES_EVP(128, ofb, OFB) 534 DECLARE_AES_EVP(192, ofb, OFB) 540 DECLARE_AES_EVP(256, ofb, OFB)
|
| /src/crypto/external/bsd/openssl/dist/engines/ |
| e_padlock.c | 412 * ctx->num is maintained in byte-oriented modes, such as CFB and OFB... 531 DECLARE_AES_EVP(128, ofb, OFB) 537 DECLARE_AES_EVP(192, ofb, OFB) 543 DECLARE_AES_EVP(256, ofb, OFB)
|
| /src/crypto/external/bsd/openssl.old/dist/engines/ |
| e_padlock.c | 397 * ctx->num is maintained in byte-oriented modes, such as CFB and OFB... 511 DECLARE_AES_EVP(128, ofb, OFB) 517 DECLARE_AES_EVP(192, ofb, OFB) 523 DECLARE_AES_EVP(256, ofb, OFB)
|