| /src/external/mit/xorg/server/xorg-server.old/cfb/ |
| Makefile | 8 LIB= cfb 9 SRCS= ${SRCS.cfb} 11 .include "Makefile.cfb"
|
| /src/external/mit/xorg/server/xorg-server.old/cfb32/ |
| Makefile | 9 SRCS= ${SRCS.cfb} 11 .include "../cfb/Makefile.cfb"
|
| /src/external/mit/xorg/server/xorg-server.old/hw/xfree86/dixmods/cfb/ |
| Makefile | 9 LIB= cfb 12 SRCS= ${SRCS.cfb} cfbmodule.c 14 .include "../../../../cfb/Makefile.cfb"
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/ |
| cipher_tdes_default.c | 22 IMPLEMENT_tdes_cipher(ede3, EDE3, cfb, CFB, TDES_FLAGS, 64 * 3, 8, 64, stream); 24 IMPLEMENT_tdes_cipher(ede3, EDE3, cfb1, CFB, TDES_FLAGS, 64 * 3, 8, 64, stream); 26 IMPLEMENT_tdes_cipher(ede3, EDE3, cfb8, CFB, TDES_FLAGS, 64 * 3, 8, 64, stream); 35 IMPLEMENT_tdes_cipher(ede2, EDE2, cfb, CFB, TDES_FLAGS, 64 * 2, 8, 64, stream);
|
| cipher_aes.c | 17 /* Dispatch functions for AES cipher modes ecb, cbc, ofb, cfb, ctr */ 69 IMPLEMENT_generic_cipher(aes, AES, cfb, CFB, 0, 256, 8, 128, stream) 71 IMPLEMENT_generic_cipher(aes, AES, cfb, CFB, 0, 192, 8, 128, stream) 73 IMPLEMENT_generic_cipher(aes, AES, cfb, CFB, 0, 128, 8, 128, stream) 75 IMPLEMENT_generic_cipher(aes, AES, cfb1, CFB, 0, 256, 8, 128, stream) 77 IMPLEMENT_generic_cipher(aes, AES, cfb1, CFB, 0, 192, 8, 128, stream) 79 IMPLEMENT_generic_cipher(aes, AES, cfb1, CFB, 0, 128, 8, 128, stream [all...] |
| cipher_aria.c | 10 /* Dispatch functions for ARIA cipher modes ecb, cbc, ofb, cfb, ctr */ 62 IMPLEMENT_generic_cipher(aria, ARIA, cfb, CFB, 0, 256, 8, 128, stream) 64 IMPLEMENT_generic_cipher(aria, ARIA, cfb, CFB, 0, 192, 8, 128, stream) 66 IMPLEMENT_generic_cipher(aria, ARIA, cfb, CFB, 0, 128, 8, 128, stream) 68 IMPLEMENT_generic_cipher(aria, ARIA, cfb1, CFB, 0, 256, 8, 128, stream) 70 IMPLEMENT_generic_cipher(aria, ARIA, cfb1, CFB, 0, 192, 8, 128, stream) 72 IMPLEMENT_generic_cipher(aria, ARIA, cfb1, CFB, 0, 128, 8, 128, stream [all...] |
| cipher_camellia.c | 16 /* Dispatch functions for CAMELLIA cipher modes ecb, cbc, ofb, cfb, ctr */ 68 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cfb, CFB, 0, 256, 8, 128, stream) 70 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cfb, CFB, 0, 192, 8, 128, stream) 72 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cfb, CFB, 0, 128, 8, 128, stream) 74 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cfb1, CFB, 0, 256, 8, 128, stream) 76 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cfb1, CFB, 0, 192, 8, 128, stream) 78 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cfb1, CFB, 0, 128, 8, 128, stream [all...] |
| 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 | 93 * Although we have a CFB-r implementation for 3-DES, it doesn't pack the 139 PROV_CIPHER_HW_tdes_mode(ede3, cfb) 146 PROV_CIPHER_HW_tdes_mode(ede2, cfb)
|
| 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.
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
| cipher_tdes_default.c | 22 IMPLEMENT_tdes_cipher(ede3, EDE3, cfb, CFB, TDES_FLAGS, 64*3, 8, 64, stream); 24 IMPLEMENT_tdes_cipher(ede3, EDE3, cfb1, CFB, TDES_FLAGS, 64*3, 8, 64, stream); 26 IMPLEMENT_tdes_cipher(ede3, EDE3, cfb8, CFB, TDES_FLAGS, 64*3, 8, 64, stream); 35 IMPLEMENT_tdes_cipher(ede2, EDE2, cfb, CFB, TDES_FLAGS, 64*2, 8, 64, stream);
|
| cipher_aes.c | 17 /* Dispatch functions for AES cipher modes ecb, cbc, ofb, cfb, ctr */ 71 IMPLEMENT_generic_cipher(aes, AES, cfb, CFB, 0, 256, 8, 128, stream) 73 IMPLEMENT_generic_cipher(aes, AES, cfb, CFB, 0, 192, 8, 128, stream) 75 IMPLEMENT_generic_cipher(aes, AES, cfb, CFB, 0, 128, 8, 128, stream) 77 IMPLEMENT_generic_cipher(aes, AES, cfb1, CFB, 0, 256, 8, 128, stream) 79 IMPLEMENT_generic_cipher(aes, AES, cfb1, CFB, 0, 192, 8, 128, stream) 81 IMPLEMENT_generic_cipher(aes, AES, cfb1, CFB, 0, 128, 8, 128, stream [all...] |
| cipher_aria.c | 10 /* Dispatch functions for ARIA cipher modes ecb, cbc, ofb, cfb, ctr */ 64 IMPLEMENT_generic_cipher(aria, ARIA, cfb, CFB, 0, 256, 8, 128, stream) 66 IMPLEMENT_generic_cipher(aria, ARIA, cfb, CFB, 0, 192, 8, 128, stream) 68 IMPLEMENT_generic_cipher(aria, ARIA, cfb, CFB, 0, 128, 8, 128, stream) 70 IMPLEMENT_generic_cipher(aria, ARIA, cfb1, CFB, 0, 256, 8, 128, stream) 72 IMPLEMENT_generic_cipher(aria, ARIA, cfb1, CFB, 0, 192, 8, 128, stream) 74 IMPLEMENT_generic_cipher(aria, ARIA, cfb1, CFB, 0, 128, 8, 128, stream [all...] |
| cipher_camellia.c | 16 /* Dispatch functions for CAMELLIA cipher modes ecb, cbc, ofb, cfb, ctr */ 70 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cfb, CFB, 0, 256, 8, 128, stream) 72 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cfb, CFB, 0, 192, 8, 128, stream) 74 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cfb, CFB, 0, 128, 8, 128, stream) 76 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cfb1, CFB, 0, 256, 8, 128, stream) 78 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cfb1, CFB, 0, 192, 8, 128, stream) 80 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cfb1, CFB, 0, 128, 8, 128, stream [all...] |
| cipher_tdes_default_hw.c | 94 * Although we have a CFB-r implementation for 3-DES, it doesn't pack the 139 PROV_CIPHER_HW_tdes_mode(ede3, cfb) 146 PROV_CIPHER_HW_tdes_mode(ede2, cfb)
|
| /src/external/mit/xorg/server/xorg-server.old/hw/xfree86/dixmods/cfb32/ |
| Makefile | 12 SRCS= ${SRCS.cfb} cfb32module.c 14 .include "../../../../cfb/Makefile.cfb"
|
| /src/external/mit/xorg/server/xorg-server/hw/xfree86/vgahw/ |
| Makefile | 18 -I${X11SRCDIR.xorg-server}/cfb \
|
| /src/external/mit/xorg/server/xorg-server.old/hw/xfree86/vgahw/ |
| Makefile | 18 -I${X11SRCDIR.xorg-server}/cfb \
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| bconfig.c | 112 static int config_add_internal( CfBackInfo *cfb, Entry *e, ConfigArgs *ca, 115 static int config_check_schema( Operation *op, CfBackInfo *cfb ); 4227 CfBackInfo *cfb; member in struct:setup_cookie 4242 sc->cfb->cb_got_ldif = 1; 4264 sc->cfb->cb_root, sc->ca, &rdn, &CFOC_DATABASE, 4297 sc->config = config_build_entry( op, rs, sc->cfb->cb_root, 4305 rs->sr_err = config_add_internal( sc->cfb, rs->sr_entry, sc->ca, NULL, NULL, NULL ); 4317 CfBackInfo *cfb = be->be_private; local 4340 cfb->cb_db.bd_info = backend_info( "ldif" ); 4341 if ( !cfb->cb_db.bd_info 4496 CfBackInfo *cfb; local 4850 CfBackInfo *cfb = (CfBackInfo *)op->o_bd->be_private; local 5771 CfBackInfo *cfb; local 6339 CfBackInfo *cfb; local 6502 CfBackInfo *cfb; local 6768 CfBackInfo *cfb; local 6957 CfBackInfo *cfb; local 7020 CfBackInfo *cfb = be->be_private; local 7046 CfBackInfo *cfb; local 7460 CfBackInfo *cfb = be->be_private; local 7736 CfBackInfo *cfb = be->be_private; local 7756 CfBackInfo *cfb = be->be_private; local 7784 CfBackInfo *cfb; local 7819 CfBackInfo *cfb = be->be_private; local 7833 CfBackInfo *cfb = be->be_private; local 7845 CfBackInfo *cfb = be->be_private; local 7865 CfBackInfo *cfb = be->be_private; local 7877 CfBackInfo *cfb = be->be_private; local 7889 CfBackInfo *cfb = be->be_private; local 7901 CfBackInfo *cfb = be->be_private; local 7915 CfBackInfo *cfb = be->be_private; local 8065 CfBackInfo *cfb = be->be_private; local 8080 CfBackInfo *cfb = be->be_private; local [all...] |
| /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
|
| /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/external/mit/xorg/server/xorg-server.old/hw/xfree86/dixmods/extmod/ |
| Makefile | 19 -I${X11SRCDIR.xorg-server}/hw/xfree86/cfb \
|
| /src/external/mit/xorg/server/xorg-server.old/hw/xfree86/xf8_32bpp/ |
| Makefile | 29 -I${X11SRCDIR.xorg-server}/cfb \
|