Home
last modified time | relevance | path

Searched refs:comp_id (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_asn1.c21 ASN1_OCTET_STRING *comp_id; member
68 ASN1_EXP_OPT(SSL_SESSION_ASN1, comp_id, ASN1_OCTET_STRING, 11),
116 ASN1_OCTET_STRING comp_id;
153 ssl_session_oinit(&as.comp_id, &comp_id, &comp_id_data, 1);
347 if (as->comp_id) {
348 if (as->comp_id->length != 1) {
352 ret->compress_meth = as->comp_id->data[0];
H A Dt1_lib.c873 unsigned char comp_id; in tls1_check_pkey_comp() local
887 comp_id = TLSEXT_ECPOINTFORMAT_uncompressed; in tls1_check_pkey_comp()
898 comp_id = TLSEXT_ECPOINTFORMAT_ansiX962_compressed_prime; in tls1_check_pkey_comp()
900 comp_id = TLSEXT_ECPOINTFORMAT_ansiX962_compressed_char2; in tls1_check_pkey_comp()
912 if (s->ext.peer_ecpointformats[i] == comp_id) in tls1_check_pkey_comp()
H A Dssl_local.h2185 int comp_id; /* The identifier byte for this compression member
/third_party/openssl/ssl/
H A Dssl_asn1.c21 ASN1_OCTET_STRING *comp_id; member
68 ASN1_EXP_OPT(SSL_SESSION_ASN1, comp_id, ASN1_OCTET_STRING, 11),
116 ASN1_OCTET_STRING comp_id;
153 ssl_session_oinit(&as.comp_id, &comp_id, &comp_id_data, 1);
347 if (as->comp_id) {
348 if (as->comp_id->length != 1) {
352 ret->compress_meth = as->comp_id->data[0];
H A Dt1_lib.c853 unsigned char comp_id; in tls1_check_pkey_comp() local
867 comp_id = TLSEXT_ECPOINTFORMAT_uncompressed; in tls1_check_pkey_comp()
878 comp_id = TLSEXT_ECPOINTFORMAT_ansiX962_compressed_prime; in tls1_check_pkey_comp()
880 comp_id = TLSEXT_ECPOINTFORMAT_ansiX962_compressed_char2; in tls1_check_pkey_comp()
892 if (s->ext.peer_ecpointformats[i] == comp_id) in tls1_check_pkey_comp()
H A Dssl_local.h2129 int comp_id; /* The identifier byte for this compression member
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_srvr.c1966 int m, comp_id = s->session->compress_meth; in tls_early_post_process_client_hello() local
1978 if (comp_id == comp->id) { in tls_early_post_process_client_hello()
1990 if (clienthello->compressions[k] == comp_id) in tls_early_post_process_client_hello()
/third_party/openssl/ssl/statem/
H A Dstatem_srvr.c1946 int m, comp_id = s->session->compress_meth; in tls_early_post_process_client_hello() local
1958 if (comp_id == comp->id) { in tls_early_post_process_client_hello()
1970 if (clienthello->compressions[k] == comp_id) in tls_early_post_process_client_hello()

Completed in 35 milliseconds