Searched refs:ciphers (Results 101 - 125 of 216) sorted by relevance

123456789

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/crypto/
H A Dtls.h398 * @ciphers: Zero (TLS_CIPHER_NONE) terminated list of allowed ciphers
404 u8 *ciphers);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/crypto/
H A Dtls.h432 * @ciphers: Zero (TLS_CIPHER_NONE) terminated list of allowed ciphers
438 u8 *ciphers);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/src/openvpn/
H A Dssl_openssl.c98 * used for export ciphers.
203 tls_ctx_restrict_ciphers(struct tls_root_ctx *ctx, const char *ciphers) argument
221 for (; begin_of_cipher < strlen(ciphers); begin_of_cipher = end_of_cipher) {
222 end_of_cipher += strcspn(&ciphers[begin_of_cipher], ":");
223 cipher_pair = tls_get_cipher_name_pair(&ciphers[begin_of_cipher], end_of_cipher - begin_of_cipher);
228 current_cipher = &ciphers[begin_of_cipher];
244 0 == memcmp (&ciphers[begin_of_cipher], cipher_pair->openssl_name, end_of_cipher - begin_of_cipher))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/ap/
H A Dwpa_auth_ie.c458 int ciphers, key_mgmt, res, version; local
604 ciphers = data.pairwise_cipher & wpa_auth->conf.rsn_pairwise;
606 ciphers = data.pairwise_cipher & wpa_auth->conf.wpa_pairwise;
607 if (!ciphers) {
623 if (ciphers & WPA_CIPHER_TKIP) {
659 if (ciphers & WPA_CIPHER_CCMP)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/src/openvpn/
H A Dssl_openssl.c98 * used for export ciphers.
203 tls_ctx_restrict_ciphers(struct tls_root_ctx *ctx, const char *ciphers) argument
221 for (; begin_of_cipher < strlen(ciphers); begin_of_cipher = end_of_cipher) {
222 end_of_cipher += strcspn(&ciphers[begin_of_cipher], ":");
223 cipher_pair = tls_get_cipher_name_pair(&ciphers[begin_of_cipher], end_of_cipher - begin_of_cipher);
228 current_cipher = &ciphers[begin_of_cipher];
244 0 == memcmp (&ciphers[begin_of_cipher], cipher_pair->openssl_name, end_of_cipher - begin_of_cipher))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/ap/
H A Dwpa_auth_ie.c458 int ciphers, key_mgmt, res, version; local
604 ciphers = data.pairwise_cipher & wpa_auth->conf.rsn_pairwise;
606 ciphers = data.pairwise_cipher & wpa_auth->conf.wpa_pairwise;
607 if (!ciphers) {
623 if (ciphers & WPA_CIPHER_TKIP) {
659 if (ciphers & WPA_CIPHER_CCMP)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/src/openvpn/
H A Dssl_openssl.c98 * used for export ciphers.
203 tls_ctx_restrict_ciphers(struct tls_root_ctx *ctx, const char *ciphers) argument
221 for (; begin_of_cipher < strlen(ciphers); begin_of_cipher = end_of_cipher) {
222 end_of_cipher += strcspn(&ciphers[begin_of_cipher], ":");
223 cipher_pair = tls_get_cipher_name_pair(&ciphers[begin_of_cipher], end_of_cipher - begin_of_cipher);
228 current_cipher = &ciphers[begin_of_cipher];
244 0 == memcmp (&ciphers[begin_of_cipher], cipher_pair->openssl_name, end_of_cipher - begin_of_cipher))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/ap/
H A Dwpa_auth_ie.c458 int ciphers, key_mgmt, res, version; local
604 ciphers = data.pairwise_cipher & wpa_auth->conf.rsn_pairwise;
606 ciphers = data.pairwise_cipher & wpa_auth->conf.wpa_pairwise;
607 if (!ciphers) {
623 if (ciphers & WPA_CIPHER_TKIP) {
659 if (ciphers & WPA_CIPHER_CCMP)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/hx509/
H A Dcrypto.c2330 static const struct hx509cipher ciphers[] = { variable in typeref:struct:hx509cipher
2410 for (i = 0; i < sizeof(ciphers)/sizeof(ciphers[0]); i++)
2411 if (der_heim_oid_cmp(oid, ciphers[i].oid) == 0)
2412 return &ciphers[i];
2422 for (i = 0; i < sizeof(ciphers)/sizeof(ciphers[0]); i++)
2423 if (strcasecmp(name, ciphers[i].name) == 0)
2424 return &ciphers[i];
3194 for (i = 0; i < sizeof(ciphers)/sizeo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/hx509/
H A Dcrypto.c2330 static const struct hx509cipher ciphers[] = { variable in typeref:struct:hx509cipher
2410 for (i = 0; i < sizeof(ciphers)/sizeof(ciphers[0]); i++)
2411 if (der_heim_oid_cmp(oid, ciphers[i].oid) == 0)
2412 return &ciphers[i];
2422 for (i = 0; i < sizeof(ciphers)/sizeof(ciphers[0]); i++)
2423 if (strcasecmp(name, ciphers[i].name) == 0)
2424 return &ciphers[i];
3194 for (i = 0; i < sizeof(ciphers)/sizeo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/hx509/
H A Dcrypto.c2330 static const struct hx509cipher ciphers[] = { variable in typeref:struct:hx509cipher
2410 for (i = 0; i < sizeof(ciphers)/sizeof(ciphers[0]); i++)
2411 if (der_heim_oid_cmp(oid, ciphers[i].oid) == 0)
2412 return &ciphers[i];
2422 for (i = 0; i < sizeof(ciphers)/sizeof(ciphers[0]); i++)
2423 if (strcasecmp(name, ciphers[i].name) == 0)
2424 return &ciphers[i];
3194 for (i = 0; i < sizeof(ciphers)/sizeo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/apps/
H A DMakefile41 s_time version pkcs7 cms crl2pkcs7 sess_id ciphers nseq pkcs12 \
58 ciphers.o nseq.o pkcs12.o pkcs8.o pkey.o pkeyparam.o pkeyutl.o \
66 ciphers.c nseq.c pkcs12.c pkcs8.c pkey.c pkeyparam.c pkeyutl.c \
234 ciphers.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
235 ciphers.o: ../include/openssl/buffer.h ../include/openssl/comp.h
236 ciphers.o: ../include/openssl/conf.h ../include/openssl/crypto.h
237 ciphers.o: ../include/openssl/dtls1.h ../include/openssl/e_os2.h
238 ciphers.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
239 ciphers.o: ../include/openssl/ecdsa.h ../include/openssl/engine.h
240 ciphers
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/apps/
H A DMakefile41 s_time version pkcs7 cms crl2pkcs7 sess_id ciphers nseq pkcs12 \
58 ciphers.o nseq.o pkcs12.o pkcs8.o pkey.o pkeyparam.o pkeyutl.o \
66 ciphers.c nseq.c pkcs12.c pkcs8.c pkey.c pkeyparam.c pkeyutl.c \
239 ciphers.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
240 ciphers.o: ../include/openssl/buffer.h ../include/openssl/comp.h
241 ciphers.o: ../include/openssl/conf.h ../include/openssl/crypto.h
242 ciphers.o: ../include/openssl/dtls1.h ../include/openssl/e_os2.h
243 ciphers.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
244 ciphers.o: ../include/openssl/ecdsa.h ../include/openssl/engine.h
245 ciphers
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/apps/
H A DMakefile41 s_time version pkcs7 cms crl2pkcs7 sess_id ciphers nseq pkcs12 \
58 ciphers.o nseq.o pkcs12.o pkcs8.o pkey.o pkeyparam.o pkeyutl.o \
66 ciphers.c nseq.c pkcs12.c pkcs8.c pkey.c pkeyparam.c pkeyutl.c \
239 ciphers.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
240 ciphers.o: ../include/openssl/buffer.h ../include/openssl/comp.h
241 ciphers.o: ../include/openssl/conf.h ../include/openssl/crypto.h
242 ciphers.o: ../include/openssl/dtls1.h ../include/openssl/e_os2.h
243 ciphers.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
244 ciphers.o: ../include/openssl/ecdsa.h ../include/openssl/engine.h
245 ciphers
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/apps/
H A DMakefile41 s_time version pkcs7 cms crl2pkcs7 sess_id ciphers nseq pkcs12 \
58 ciphers.o nseq.o pkcs12.o pkcs8.o pkey.o pkeyparam.o pkeyutl.o \
66 ciphers.c nseq.c pkcs12.c pkcs8.c pkey.c pkeyparam.c pkeyutl.c \
234 ciphers.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
235 ciphers.o: ../include/openssl/buffer.h ../include/openssl/comp.h
236 ciphers.o: ../include/openssl/conf.h ../include/openssl/crypto.h
237 ciphers.o: ../include/openssl/dtls1.h ../include/openssl/e_os2.h
238 ciphers.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
239 ciphers.o: ../include/openssl/ecdsa.h ../include/openssl/engine.h
240 ciphers
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/apps/
H A DMakefile41 s_time version pkcs7 cms crl2pkcs7 sess_id ciphers nseq pkcs12 \
58 ciphers.o nseq.o pkcs12.o pkcs8.o pkey.o pkeyparam.o pkeyutl.o \
66 ciphers.c nseq.c pkcs12.c pkcs8.c pkey.c pkeyparam.c pkeyutl.c \
239 ciphers.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
240 ciphers.o: ../include/openssl/buffer.h ../include/openssl/comp.h
241 ciphers.o: ../include/openssl/conf.h ../include/openssl/crypto.h
242 ciphers.o: ../include/openssl/dtls1.h ../include/openssl/e_os2.h
243 ciphers.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
244 ciphers.o: ../include/openssl/ecdsa.h ../include/openssl/engine.h
245 ciphers
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/apps/
H A DMakefile41 s_time version pkcs7 cms crl2pkcs7 sess_id ciphers nseq pkcs12 \
58 ciphers.o nseq.o pkcs12.o pkcs8.o pkey.o pkeyparam.o pkeyutl.o \
66 ciphers.c nseq.c pkcs12.c pkcs8.c pkey.c pkeyparam.c pkeyutl.c \
234 ciphers.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
235 ciphers.o: ../include/openssl/buffer.h ../include/openssl/comp.h
236 ciphers.o: ../include/openssl/conf.h ../include/openssl/crypto.h
237 ciphers.o: ../include/openssl/dtls1.h ../include/openssl/e_os2.h
238 ciphers.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
239 ciphers.o: ../include/openssl/ecdsa.h ../include/openssl/engine.h
240 ciphers
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/tls/
H A Dtlsv1_client.c602 * @ciphers: Zero (TLS_CIPHER_NONE) terminated list of allowed ciphers
606 int tlsv1_client_set_cipher_list(struct tlsv1_client *conn, u8 *ciphers) argument
613 if (ciphers[0] == TLS_CIPHER_ANON_DH_AES128_SHA) {
H A Dtlsv1_server.c543 * @ciphers: Zero (TLS_CIPHER_NONE) terminated list of allowed ciphers
547 int tlsv1_server_set_cipher_list(struct tlsv1_server *conn, u8 *ciphers) argument
554 if (ciphers[0] == TLS_CIPHER_ANON_DH_AES128_SHA) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/tls/
H A Dtlsv1_client.c602 * @ciphers: Zero (TLS_CIPHER_NONE) terminated list of allowed ciphers
606 int tlsv1_client_set_cipher_list(struct tlsv1_client *conn, u8 *ciphers) argument
612 if (ciphers[0] == TLS_CIPHER_ANON_DH_AES128_SHA) {
H A Dtlsv1_server.c543 * @ciphers: Zero (TLS_CIPHER_NONE) terminated list of allowed ciphers
547 int tlsv1_server_set_cipher_list(struct tlsv1_server *conn, u8 *ciphers) argument
553 if (ciphers[0] == TLS_CIPHER_ANON_DH_AES128_SHA) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/tls/
H A Dtlsv1_client.c602 * @ciphers: Zero (TLS_CIPHER_NONE) terminated list of allowed ciphers
606 int tlsv1_client_set_cipher_list(struct tlsv1_client *conn, u8 *ciphers) argument
613 if (ciphers[0] == TLS_CIPHER_ANON_DH_AES128_SHA) {
H A Dtlsv1_server.c543 * @ciphers: Zero (TLS_CIPHER_NONE) terminated list of allowed ciphers
547 int tlsv1_server_set_cipher_list(struct tlsv1_server *conn, u8 *ciphers) argument
554 if (ciphers[0] == TLS_CIPHER_ANON_DH_AES128_SHA) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/tls/
H A Dtlsv1_client.c602 * @ciphers: Zero (TLS_CIPHER_NONE) terminated list of allowed ciphers
606 int tlsv1_client_set_cipher_list(struct tlsv1_client *conn, u8 *ciphers) argument
612 if (ciphers[0] == TLS_CIPHER_ANON_DH_AES128_SHA) {
H A Dtlsv1_server.c543 * @ciphers: Zero (TLS_CIPHER_NONE) terminated list of allowed ciphers
547 int tlsv1_server_set_cipher_list(struct tlsv1_server *conn, u8 *ciphers) argument
553 if (ciphers[0] == TLS_CIPHER_ANON_DH_AES128_SHA) {

Completed in 370 milliseconds

123456789