Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/python/PyECC/ecc/
H A DKey.py284 def auth_encrypt(self, data, receiver): member in Key
311 e = sender.auth_encrypt("", receiver)
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/PyECC/ecc/
H A DKey.py284 def auth_encrypt(self, data, receiver): member in Key
311 e = sender.auth_encrypt("", receiver)
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/include/prov/
H A Dciphercommon_ccm.h76 OSSL_CCM_auth_encrypt_fn auth_encrypt; member
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/include/prov/
H A Dciphercommon_ccm.h76 OSSL_CCM_auth_encrypt_fn auth_encrypt; member
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/include/prov/
H A Dciphercommon_ccm.h76 OSSL_CCM_auth_encrypt_fn auth_encrypt; member
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/include/prov/
H A Dciphercommon_ccm.h76 OSSL_CCM_auth_encrypt_fn auth_encrypt; member
/dports/security/openssl-devel/openssl-3.0.2/providers/implementations/include/prov/
H A Dciphercommon_ccm.h76 OSSL_CCM_auth_encrypt_fn auth_encrypt; member
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/providers/implementations/include/prov/
H A Dciphercommon_ccm.h76 OSSL_CCM_auth_encrypt_fn auth_encrypt; member
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/ciphers/
H A Dciphercommon_ccm.c364 if (!ctx->hw->auth_encrypt(ctx, in, out, len, out + len, ctx->m)) in ccm_tls_cipher()
418 if (!hw->auth_encrypt(ctx, in, out, len, NULL, 0)) in ccm_cipher_internal()
/dports/net/scapy/scapy-2.4.5/scapy/layers/tls/crypto/
H A Dcipher_aead.py137 def auth_encrypt(self, P, A, seq_num=None): member in _AEADCipher
312 def auth_encrypt(self, P, A, seq_num): member in _AEADCipher_TLS13
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/ciphers/
H A Dciphercommon_ccm.c364 if (!ctx->hw->auth_encrypt(ctx, in, out, len, out + len, ctx->m)) in ccm_tls_cipher()
418 if (!hw->auth_encrypt(ctx, in, out, len, NULL, 0)) in ccm_cipher_internal()
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/ciphers/
H A Dciphercommon_ccm.c364 if (!ctx->hw->auth_encrypt(ctx, in, out, len, out + len, ctx->m)) in ccm_tls_cipher()
418 if (!hw->auth_encrypt(ctx, in, out, len, NULL, 0)) in ccm_cipher_internal()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/ciphers/
H A Dciphercommon_ccm.c364 if (!ctx->hw->auth_encrypt(ctx, in, out, len, out + len, ctx->m)) in ccm_tls_cipher()
418 if (!hw->auth_encrypt(ctx, in, out, len, NULL, 0)) in ccm_cipher_internal()
/dports/security/openssl-devel/openssl-3.0.2/providers/implementations/ciphers/
H A Dciphercommon_ccm.c364 if (!ctx->hw->auth_encrypt(ctx, in, out, len, out + len, ctx->m)) in ccm_tls_cipher()
418 if (!hw->auth_encrypt(ctx, in, out, len, NULL, 0)) in ccm_cipher_internal()
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/providers/implementations/ciphers/
H A Dciphercommon_ccm.c364 if (!ctx->hw->auth_encrypt(ctx, in, out, len, out + len, ctx->m)) in ccm_tls_cipher()
418 if (!hw->auth_encrypt(ctx, in, out, len, NULL, 0)) in ccm_cipher_internal()
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckuath.h81 int auth_encrypt(struct kstream_data_block *, struct kstream_data_block *);
H A Dckuath.c3644 auth_encrypt(struct kstream_data_block *out, in auth_encrypt() function
3647 auth_encrypt(out,in) in auth_encrypt()
/dports/www/dokuwiki/dokuwiki-2020-07-29/inc/
H A Dauth.php230 auth_setCookie($user, auth_encrypt($pass, $secret), $sticky);
366 function auth_encrypt($data, $secret) { function
997 $pass = auth_encrypt($changes['pass'], auth_cookiesalt(!$sticky, true));
/dports/net/scapy/scapy-2.4.5/scapy/layers/tls/
H A Dtools.py195 c.data = alg.auth_encrypt(P, A, write_seq_num)
H A Drecord_tls13.py197 return wcs.cipher.auth_encrypt(s, add_data, write_seq_num)
H A Drecord.py605 return self.tls_session.wcs.cipher.auth_encrypt(s, add_data,
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/tests/suites/
H A Dtest_suite_cipher.function1135 * - once with legacy functions auth_decrypt/auth_encrypt