Home
last modified time | relevance | path

Searched defs:cipher_name (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/dports/security/py-asyncssh/asyncssh-2.8.1/asyncssh/crypto/
H A Dcipher.py39 def __init__(self, cipher_name, key, iv): argument
74 def __init__(self, cipher_name, key, iv): argument
119 def register_cipher(cipher_name, key_size, iv_size, block_size): argument
125 def get_cipher_params(cipher_name): argument
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/misc/rfc3394/
H A Drfc3394.cpp20 const std::string cipher_name = "AES-" + std::to_string(8*kek.size()); in rfc3394_keywrap() local
37 const std::string cipher_name = "AES-" + std::to_string(8*kek.size()); in rfc3394_keyunwrap() local
/dports/security/botan2/Botan-2.18.2/src/lib/misc/rfc3394/
H A Drfc3394.cpp20 const std::string cipher_name = "AES-" + std::to_string(8*kek.size()); in rfc3394_keywrap() local
37 const std::string cipher_name = "AES-" + std::to_string(8*kek.size()); in rfc3394_keyunwrap() local
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/misc/rfc3394/
H A Drfc3394.cpp20 const std::string cipher_name = "AES-" + std::to_string(8*kek.size()); in rfc3394_keywrap() local
37 const std::string cipher_name = "AES-" + std::to_string(8*kek.size()); in rfc3394_keyunwrap() local
/dports/security/py-asyncssh/asyncssh-2.8.1/asyncssh/
H A Dpbe.py92 def __init__(self, cipher_name, block_size, key, iv): argument
183 def _pbes1(params, passphrase, hash_alg, cipher_name): argument
207 def _pbe_p12(params, passphrase, hash_alg, cipher_name): argument
236 def _pbes2_iv(enc_params, cipher_name, key): argument
338 def register_pkcs1_cipher(pkcs1_cipher_name, pkcs1_dek_name, cipher_name): argument
345 def register_pkcs8_cipher(pkcs8_cipher_name, hash_name, pkcs8_cipher_oid, argument
353 def register_pbes2_cipher(pbes2_cipher_name, pbes2_cipher_oid, argument
H A Dencryption.py38 def new(cls, cipher_name, key, iv, mac_alg=b'', mac_key=b'', etm=False): argument
73 def new(cls, cipher_name, key, iv, mac_alg=b'', mac_key=b'', etm=False): argument
142 def new(cls, cipher_name, key, iv, mac_alg=b'', mac_key=b'', etm=False): argument
177 def new(cls, cipher_name, key, iv, mac_alg=b'', mac_key=b'', etm=False): argument
208 def register_encryption_alg(enc_alg, encryption, cipher_name, default): argument
/dports/net-mgmt/seafile-gui/seafile-client-7.0.9/src/
H A Dnetwork-mgr.cpp54 bool isWeakCipher(const QString& cipher_name) in isWeakCipher()
106 const QString cipher_name = cipher.name(); in disableWeakCiphers() local
/dports/security/py-pycrypto/pycrypto-2.6.1/
H A Dpct-speedtest.py94 def test_key_setup(self, cipher_name, module, key_bytes, mode): argument
115 def test_encryption(self, cipher_name, module, key_bytes, mode): argument
/dports/security/rnp/rnp-0.15.2/src/lib/crypto/
H A Dsymmetric.cpp164 const char *cipher_name = pgp_sa_to_botan_string(alg); in pgp_cipher_cfb_start() local
457 const char *cipher_name = pgp_sa_to_botan_string(alg); in pgp_is_sa_supported() local
472 char cipher_name[32]; in pgp_cipher_aead_init() local
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/lib/crypto/
H A Dsymmetric.cpp166 const char *cipher_name = pgp_sa_to_botan_string(alg); in pgp_cipher_cfb_start() local
456 const char *cipher_name = pgp_sa_to_botan_string(alg); in pgp_is_sa_supported() local
472 char cipher_name[32]; in pgp_cipher_aead_init() local
/dports/net/vtun/vtun-3.0.4/
H A Dlfd_encrypt.c155 char cipher_name[32]; in alloc_encrypt() local
369 char cipher_name[32]; in cipher_enc_init() local
460 char cipher_name[32]; in cipher_dec_init() local
/dports/mail/postfix-current/postfix-3.7-20211107/src/tls/
H A Dtls_proxy_context_scan.c80 VSTRING *cipher_name = vstring_alloc(25); in tls_proxy_context_scan() local
/dports/security/s2n/s2n-tls-1.1.2/tests/integration/
H A Ds2n_handshake_test_gnutls-cli.py121 def handshake(endpoint, port, cipher_name, ssl_version, priority_str, digests, curves, mfl_extensio… argument
/dports/security/botan110/Botan-1.10.17/src/engine/core_engine/
H A Dcore_modes.cpp189 const std::string cipher_name = algo_parts[0]; in get_cipher() local
/dports/security/botan110/Botan-1.10.17/src/filters/modes/eax/
H A Deax.h69 std::string cipher_name; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_base/
H A Dopenssl_utility.cc58 const char* cipher_name = SSL_CIPHER_get_name(SSL_get_current_cipher(ssl)); in LogCertificates() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_base/
H A Dopenssl_utility.cc58 const char* cipher_name = SSL_CIPHER_get_name(SSL_get_current_cipher(ssl)); in LogCertificates() local
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/rtc_base/
H A Dopenssl_utility.cc58 const char* cipher_name = SSL_CIPHER_get_name(SSL_get_current_cipher(ssl)); in LogCertificates() local
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/modes/aead/
H A Daead.cpp79 const std::string cipher_name = algo_parts[0]; in create() local
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/modes/aead/
H A Daead.cpp79 const std::string cipher_name = algo_parts[0]; in create() local
/dports/security/botan2/Botan-2.18.2/src/lib/modes/aead/
H A Daead.cpp79 const std::string cipher_name = algo_parts[0]; in create() local
/dports/security/softhsm2/softhsm-2.6.1/src/lib/crypto/
H A DBotanSymmetricAlgorithm.cpp176 const std::string cipher_name = algo_parts[0]; in encryptInit() local
411 const std::string cipher_name = algo_parts[0]; in decryptInit() local
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/modes/
H A Dcipher_mode.cpp101 const std::string cipher_name = algo_parts[0]; in create() local
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/modes/
H A Dcipher_mode.cpp101 const std::string cipher_name = algo_parts[0]; in create() local
/dports/security/botan2/Botan-2.18.2/src/lib/modes/
H A Dcipher_mode.cpp101 const std::string cipher_name = algo_parts[0]; in create() local

12345678910>>...13