Searched refs:comp_id (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
| H A D | ssl_asn1.c | 21 ASN1_OCTET_STRING *comp_id; member 67 ASN1_EXP_OPT(SSL_SESSION_ASN1, comp_id, ASN1_OCTET_STRING, 11), 114 ASN1_OCTET_STRING comp_id; in i2d_SSL_SESSION() local 149 ssl_session_oinit(&as.comp_id, &comp_id, &comp_id_data, 1); in i2d_SSL_SESSION() 340 if (as->comp_id) { in d2i_SSL_SESSION() 341 if (as->comp_id->length != 1) { in d2i_SSL_SESSION() 345 ret->compress_meth = as->comp_id->data[0]; in d2i_SSL_SESSION()
|
| H A D | t1_lib.c | 439 unsigned char comp_id; in tls1_check_pkey_comp() local 450 comp_id = TLSEXT_ECPOINTFORMAT_uncompressed; in tls1_check_pkey_comp() 461 comp_id = TLSEXT_ECPOINTFORMAT_ansiX962_compressed_prime; in tls1_check_pkey_comp() 463 comp_id = TLSEXT_ECPOINTFORMAT_ansiX962_compressed_char2; in tls1_check_pkey_comp() 475 if (s->ext.peer_ecpointformats[i] == comp_id) in tls1_check_pkey_comp()
|
| H A D | ssl_local.h | 2004 int comp_id; /* The identifier byte for this compression member
|
| /netbsd-src/crypto/external/bsd/openssl/dist/ssl/ |
| H A D | ssl_asn1.c | 21 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; in i2d_SSL_SESSION() local 153 ssl_session_oinit(&as.comp_id, &comp_id, &comp_id_data, 1); in i2d_SSL_SESSION() 347 if (as->comp_id) { in d2i_SSL_SESSION() 348 if (as->comp_id->length != 1) { in d2i_SSL_SESSION() 352 ret->compress_meth = as->comp_id->data[0]; in d2i_SSL_SESSION()
|
| H A D | ssl_local.h | 2129 int comp_id; /* The identifier byte for this compression member
|
| /netbsd-src/crypto/external/bsd/openssl/dist/ssl/statem/ |
| H A D | statem_srvr.c | 1946 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()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/ |
| H A D | statem_srvr.c | 1995 int m, comp_id = s->session->compress_meth; in tls_early_post_process_client_hello() local 2008 if (comp_id == comp->id) { in tls_early_post_process_client_hello() 2021 if (clienthello->compressions[k] == comp_id) in tls_early_post_process_client_hello()
|