Home
last modified time | relevance | path

Searched refs:blowfish_cbc (Results 1 – 22 of 22) sorted by relevance

/dports/devel/silc-toolkit/silc-toolkit-1.1.12/lib/silccrypt/
H A Dblowfish.h27 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 Dblowfish.c46 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 Dpipsecd.conf.sample18 # <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 Dcipherunittest.h109 void blowfish_cbc();
H A Dcipherunittest.cpp2854 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 Dcrypto_SUITE.erl73 {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 Dcrypto.erl270 -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 Dcrypto_SUITE.erl144 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 Dcrypto_SUITE.erl144 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 Dcrypto_SUITE.erl144 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 Dcrypto_SUITE.erl144 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 Dcrypto.erl318 | 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 Dcrypto.erl483 | 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 Dcrypto_SUITE.erl170 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 Dcrypto_SUITE.erl123 {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 Dcrypto.erl352 | blowfish_cbc
580 | blowfish_cbc
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/crypto/src/
H A Dcrypto.erl352 | blowfish_cbc
580 | blowfish_cbc
/dports/lang/erlang/otp-OTP-24.1.7/lib/crypto/src/
H A Dcrypto.erl352 | blowfish_cbc
580 | blowfish_cbc
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/crypto/src/
H A Dcrypto.erl352 | blowfish_cbc
580 | blowfish_cbc
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/nortel/
H A DRAPID-CITY60442 bit 11 - blowfish_cbc
60462 blowfish_cbc : Enables blowfish-cbc encryption type"
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/nortel/
H A Drapid_city.mib73984 bit 11 - blowfish_cbc
74004 blowfish_cbc : Enables blowfish-cbc encryption type"
/dports/net-mgmt/observium/observium/mibs/nortel/
H A DRAPID-CITY73984 bit 11 - blowfish_cbc
74004 blowfish_cbc : Enables blowfish-cbc encryption type"