/dports/devel/silc-toolkit/silc-toolkit-1.1.12/lib/silccrypt/ |
H A D | blowfish.h | 27 SILC_CIPHER_API_SET_KEY(blowfish_cbc); 28 SILC_CIPHER_API_SET_IV(blowfish_cbc); 29 SILC_CIPHER_API_CONTEXT_LEN(blowfish_cbc); 30 SILC_CIPHER_API_ENCRYPT(blowfish_cbc); 31 SILC_CIPHER_API_DECRYPT(blowfish_cbc);
|
H A D | blowfish.c | 46 SILC_CIPHER_API_SET_KEY(blowfish_cbc) in SILC_CIPHER_API_SET_KEY() argument 54 SILC_CIPHER_API_SET_IV(blowfish_cbc) in SILC_CIPHER_API_SET_IV() argument 61 SILC_CIPHER_API_CONTEXT_LEN(blowfish_cbc) in SILC_CIPHER_API_CONTEXT_LEN() argument 69 SILC_CIPHER_API_ENCRYPT(blowfish_cbc) in SILC_CIPHER_API_ENCRYPT() argument 94 SILC_CIPHER_API_DECRYPT(blowfish_cbc) in SILC_CIPHER_API_DECRYPT() argument
|
/dports/net/pipsecd/pipsec-19991014/ |
H A D | pipsecd.conf.sample | 18 # <encr>: blowfish_cbc, cast_cbc, des_cbc, des3_cbc, null. 41 sa ipesp spi=1001 enc=blowfish_cbc ekey=f1f2f3f4f5f6f7f8f9fafbfcfdfeff dest=5.6.7.8 42 sa ipesp spi=1001 enc=blowfish_cbc ekey=d00db00fd00d00d00db00fd00dc00e
|
/dports/devel/qca/qca-2.3.4/unittest/cipherunittest/ |
H A D | cipherunittest.h | 109 void blowfish_cbc();
|
H A D | cipherunittest.cpp | 2854 void CipherUnitTest::blowfish_cbc() in blowfish_cbc() function in CipherUnitTest
|
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/crypto/test/ |
H A D | crypto_SUITE.erl | 73 {group, blowfish_cbc}, 176 {blowfish_cbc, [], [block]}, 1572 group_config(blowfish_cbc, Config) -> 1573 Block = blowfish_cbc(), 2255 blowfish_cbc() -> function 2256 [{blowfish_cbc,
|
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/crypto/src/ |
H A D | crypto.erl | 270 -type cbc_cipher() :: des_cbc | des3_cbc | aes_cbc | blowfish_cbc . 494 -define(CMAC_CIPHER_ALGORITHM, cbc_cipher() | cfb_cipher() | blowfish_cbc | des_ede3 | rc2_cbc ). 536 Type =:= blowfish_cbc; 573 Type =:= blowfish_cbc;
|
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/crypto/test/ |
H A D | crypto_SUITE.erl | 144 blowfish_cbc/1, 230 {group, blowfish_cbc}, 381 {blowfish_cbc, [], [api_ng, api_ng_one_shot, api_ng_tls]}, 1345 NonAeadCiphers = [aes_ige256, blowfish_cbc, blowfish_cfb64], 2904 blowfish_cbc(_) -> function 2905 [{blowfish_cbc,
|
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/crypto/test/ |
H A D | crypto_SUITE.erl | 144 blowfish_cbc/1, 230 {group, blowfish_cbc}, 381 {blowfish_cbc, [], [api_ng, api_ng_one_shot, api_ng_tls]}, 1345 NonAeadCiphers = [aes_ige256, blowfish_cbc, blowfish_cfb64], 2904 blowfish_cbc(_) -> function 2905 [{blowfish_cbc,
|
/dports/lang/erlang/otp-OTP-24.1.7/lib/crypto/test/ |
H A D | crypto_SUITE.erl | 144 blowfish_cbc/1, 230 {group, blowfish_cbc}, 381 {blowfish_cbc, [], [api_ng, api_ng_one_shot, api_ng_tls]}, 1345 NonAeadCiphers = [aes_ige256, blowfish_cbc, blowfish_cfb64], 2904 blowfish_cbc(_) -> function 2905 [{blowfish_cbc,
|
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/crypto/test/ |
H A D | crypto_SUITE.erl | 144 blowfish_cbc/1, 230 {group, blowfish_cbc}, 381 {blowfish_cbc, [], [api_ng, api_ng_one_shot, api_ng_tls]}, 1345 NonAeadCiphers = [aes_ige256, blowfish_cbc, blowfish_cfb64], 2904 blowfish_cbc(_) -> function 2905 [{blowfish_cbc,
|
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/crypto/src/ |
H A D | crypto.erl | 318 | blowfish_cbc 361 | blowfish_cbc 636 -type cmac_cipher_algorithm() :: aes_128_cbc | aes_192_cbc | aes_256_cbc | blowfish_cbc 807 -define(CMAC_CIPHER_ALGORITHM, cbc_cipher() | cfb_cipher() | blowfish_cbc | des_ede3 | rc2_cbc ).
|
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/crypto/src/ |
H A D | crypto.erl | 483 | blowfish_cbc 526 | blowfish_cbc 807 -type cmac_cipher_algorithm() :: aes_128_cbc | aes_192_cbc | aes_256_cbc | blowfish_cbc 978 -define(CMAC_CIPHER_ALGORITHM, cbc_cipher() | cfb_cipher() | blowfish_cbc | des_ede3 | rc2_cbc ).
|
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/crypto/test/ |
H A D | crypto_SUITE.erl | 170 blowfish_cbc/1, 315 {group, blowfish_cbc}, 425 {blowfish_cbc, [], [block, api_ng, api_ng_one_shot, api_ng_tls]}, 3244 blowfish_cbc(_) -> function 3245 [{blowfish_cbc,
|
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/crypto/test/ |
H A D | crypto_SUITE.erl | 123 {group, blowfish_cbc}, 230 {blowfish_cbc, [], [block, api_ng, api_ng_one_shot, api_ng_tls]}, 2933 blowfish_cbc(_) -> function 2934 [{blowfish_cbc,
|
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/crypto/src/ |
H A D | crypto.erl | 352 | blowfish_cbc 580 | blowfish_cbc
|
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/crypto/src/ |
H A D | crypto.erl | 352 | blowfish_cbc 580 | blowfish_cbc
|
/dports/lang/erlang/otp-OTP-24.1.7/lib/crypto/src/ |
H A D | crypto.erl | 352 | blowfish_cbc 580 | blowfish_cbc
|
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/crypto/src/ |
H A D | crypto.erl | 352 | blowfish_cbc 580 | blowfish_cbc
|
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/nortel/ |
H A D | RAPID-CITY | 60442 bit 11 - blowfish_cbc 60462 blowfish_cbc : Enables blowfish-cbc encryption type"
|
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/nortel/ |
H A D | rapid_city.mib | 73984 bit 11 - blowfish_cbc 74004 blowfish_cbc : Enables blowfish-cbc encryption type"
|
/dports/net-mgmt/observium/observium/mibs/nortel/ |
H A D | RAPID-CITY | 73984 bit 11 - blowfish_cbc 74004 blowfish_cbc : Enables blowfish-cbc encryption type"
|