Home
last modified time | relevance | path

Searched refs:cipher_count (Results 1 – 23 of 23) sorted by relevance

/dports/net/samba412/samba-4.12.15/source3/smbd/
H A Dsmb2_negprot.c451 uint16_t cipher_count; in smbd_smb2_request_process_negprot() local
465 cipher_count = SVAL(in_cipher->data.data, 0); in smbd_smb2_request_process_negprot()
467 if (cipher_count == 0) { in smbd_smb2_request_process_negprot()
473 needed += cipher_count * 2; in smbd_smb2_request_process_negprot()
480 for (i=0; i < cipher_count; i++) { in smbd_smb2_request_process_negprot()
/dports/security/s2n/s2n-tls-1.1.2/tests/unit/
H A Ds2n_cipher_suite_match_test.c198 const uint8_t cipher_count = sizeof(wire_ciphers) / S2N_TLS_CIPHER_SUITE_LEN; in main() local
288 EXPECT_SUCCESS(s2n_set_cipher_as_tls_server(conn, wire_ciphers, cipher_count)); in main()
361 EXPECT_SUCCESS(s2n_set_cipher_as_tls_server(conn, wire_ciphers, cipher_count)); in main()
382 EXPECT_SUCCESS(s2n_set_cipher_as_tls_server(conn, wire_ciphers, cipher_count)); in main()
494 EXPECT_SUCCESS(s2n_set_cipher_as_tls_server(conn, wire_ciphers, cipher_count)); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/prefs/
H A Dchrome_command_line_pref_store_unittest.cc49 size_t cipher_count) { in VerifySSLCipherSuites() argument
53 ASSERT_EQ(cipher_count, value->GetList().size()); in VerifySSLCipherSuites()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/prefs/
H A Dchrome_command_line_pref_store_unittest.cc49 size_t cipher_count) { in VerifySSLCipherSuites() argument
53 ASSERT_EQ(cipher_count, value->GetList().size()); in VerifySSLCipherSuites()
/dports/security/vaultwarden/vaultwarden-1.23.1/src/static/templates/admin/
H A Dorganizations.hbs32 <span class="d-block">{{cipher_count}}</span>
H A Dusers.hbs49 <span class="d-block">{{cipher_count}}</span>
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/neqo-crypto/src/
H A Dagent.rs365 let cipher_count = unsafe { ssl::SSL_GetNumImplementedCiphers() } as usize; in enable_ciphers() localVariable
366 for i in 0..cipher_count { in enable_ciphers()
/dports/www/firefox/firefox-99.0/third_party/rust/neqo-crypto/src/
H A Dagent.rs423 let cipher_count = usize::from(unsafe { ssl::SSL_GetNumImplementedCiphers() }); in set_ciphers() localVariable
424 for i in 0..cipher_count { in set_ciphers()
/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/openvpn/
H A Dssl_mbedtls.c307 int cipher_count = get_num_elements(ciphers, ':'); in tls_ctx_restrict_ciphers() local
310 ALLOC_ARRAY_CLEAR(ctx->allowed_ciphers, int, cipher_count+1) in tls_ctx_restrict_ciphers()
/dports/security/openvpn/openvpn-2.5.6/src/openvpn/
H A Dssl_mbedtls.c307 int cipher_count = get_num_elements(ciphers, ':'); in tls_ctx_restrict_ciphers() local
310 ALLOC_ARRAY_CLEAR(ctx->allowed_ciphers, int, cipher_count+1) in tls_ctx_restrict_ciphers()
/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/openvpn/
H A Dssl_mbedtls.c295 int cipher_count = get_num_elements(ciphers, ':'); in tls_ctx_restrict_ciphers() local
298 ALLOC_ARRAY_CLEAR(ctx->allowed_ciphers, int, cipher_count+1) in tls_ctx_restrict_ciphers()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-crypto/src/
H A Dagent.rs431 let cipher_count = usize::from(unsafe { ssl::SSL_GetNumImplementedCiphers() }); in set_ciphers() localVariable
432 for i in 0..cipher_count { in set_ciphers()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-crypto/src/
H A Dagent.rs431 let cipher_count = usize::from(unsafe { ssl::SSL_GetNumImplementedCiphers() }); in set_ciphers() localVariable
432 for i in 0..cipher_count { in set_ciphers()
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dmisc.c1417 MsZrtpCryptoTypesCount cipher_count = 0; in linphone_core_get_zrtp_cipher_suites() local
1429 ciphers[cipher_count++] = cipher; in linphone_core_get_zrtp_cipher_suites()
1434 return cipher_count; in linphone_core_get_zrtp_cipher_suites()
/dports/net/samba412/samba-4.12.15/libcli/smb/
H A DsmbXcli_base.c5076 uint16_t cipher_count; in smbXcli_negprot_smb2_done() local
5084 cipher_count = SVAL(cipher->data.data, 0); in smbXcli_negprot_smb2_done()
5086 if (cipher_count > 1) { in smbXcli_negprot_smb2_done()
5092 if (cipher->data.length < (2 + 2 * cipher_count)) { in smbXcli_negprot_smb2_done()
5098 if (cipher_count == 1) { in smbXcli_negprot_smb2_done()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-smb2.c5101 guint32 i, data_length, salt_length, hash_count, cipher_count, comp_count, transform_count; in dissect_smb2_negotiate_context() local
5151 …dd_item_ret_uint(sub_tree, hf_smb2_cipher_count, tvb, offset, 2, ENC_LITTLE_ENDIAN, &cipher_count); in dissect_smb2_negotiate_context()
5154 for (i = 0; i < cipher_count; i ++) in dissect_smb2_negotiate_context()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-smb2.c5101 guint32 i, data_length, salt_length, hash_count, cipher_count, comp_count, transform_count; in dissect_smb2_negotiate_context() local
5151 …dd_item_ret_uint(sub_tree, hf_smb2_cipher_count, tvb, offset, 2, ENC_LITTLE_ENDIAN, &cipher_count); in dissect_smb2_negotiate_context()
5154 for (i = 0; i < cipher_count; i ++) in dissect_smb2_negotiate_context()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-smb2.c5101 guint32 i, data_length, salt_length, hash_count, cipher_count, comp_count, transform_count; in dissect_smb2_negotiate_context() local
5151 …dd_item_ret_uint(sub_tree, hf_smb2_cipher_count, tvb, offset, 2, ENC_LITTLE_ENDIAN, &cipher_count); in dissect_smb2_negotiate_context()
5154 for (i = 0; i < cipher_count; i ++) in dissect_smb2_negotiate_context()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-smb2.c5101 guint32 i, data_length, salt_length, hash_count, cipher_count, comp_count, transform_count; in dissect_smb2_negotiate_context() local
5151 …dd_item_ret_uint(sub_tree, hf_smb2_cipher_count, tvb, offset, 2, ENC_LITTLE_ENDIAN, &cipher_count); in dissect_smb2_negotiate_context()
5154 for (i = 0; i < cipher_count; i ++) in dissect_smb2_negotiate_context()
/dports/dns/bind911/bind-9.11.37/bin/pkcs11/
H A Dopenssl-0.9.8zh-patch1169 +static int cipher_count = 0;
3288 + if (cipher_count > 0)
3292 + return (cipher_count);
4407 + cipher_count = slot_n_cipher = current_slot_n_cipher;
4434 + "%s: cipher_count %d\n", PK11_DBG, cipher_count);
H A Dopenssl-1.0.0t-patch1150 +static int cipher_count = 0;
3269 + if (cipher_count > 0)
3273 + return (cipher_count);
4388 + cipher_count = slot_n_cipher = current_slot_n_cipher;
4415 + "%s: cipher_count %d\n", PK11_DBG, cipher_count);
H A Dopenssl-1.0.1t-patch1133 +static int cipher_count = 0;
3233 + if (cipher_count > 0)
3237 + return (cipher_count);
4344 + cipher_count = slot_n_cipher = current_slot_n_cipher;
4371 + "%s: cipher_count %d\n", PK11_DBG, cipher_count);
H A Dopenssl-1.0.2h-patch1159 +static int cipher_count = 0;
3259 + if (cipher_count > 0)
3263 + return (cipher_count);
4370 + cipher_count = slot_n_cipher = current_slot_n_cipher;
4397 + "%s: cipher_count %d\n", PK11_DBG, cipher_count);