Searched refs:pha_context (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/openssl/ssl/statem/ |
| H A D | statem_clnt.c | 2632 OPENSSL_free(s->pha_context); in tls_process_certificate_request() 2633 s->pha_context = NULL; in tls_process_certificate_request() 2636 …if (!PACKET_get_length_prefixed_1(pkt, &reqctx) || !PACKET_memdup(&reqctx, &s->pha_context, &s->ph… in tls_process_certificate_request() 3818 if (s->pha_context == NULL) { in tls_construct_client_certificate() 3824 } else if (!WPACKET_sub_memcpy_u8(pkt, s->pha_context, s->pha_context_len)) { in tls_construct_client_certificate() 3893 if (sc->pha_context == NULL) { in tls_construct_client_compressed_certificate() 3897 } else if (!WPACKET_sub_memcpy_u8(&tmppkt, sc->pha_context, sc->pha_context_len)) in tls_construct_client_compressed_certificate()
|
| H A D | statem_srvr.c | 2881 OPENSSL_free(s->pha_context); in tls_construct_certificate_request() 2883 if ((s->pha_context = OPENSSL_malloc(s->pha_context_len)) == NULL) { in tls_construct_certificate_request() 2889 s->pha_context, s->pha_context_len, 0) in tls_construct_certificate_request() 2891 || !WPACKET_sub_memcpy_u8(pkt, s->pha_context, in tls_construct_certificate_request() 3691 || (s->pha_context == NULL && PACKET_remaining(&context) != 0) in tls_process_client_certificate() 3692 || (s->pha_context != NULL in tls_process_client_certificate() 3693 && !PACKET_equal(&context, s->pha_context, in tls_process_client_certificate()
|
| H A D | statem_lib.c | 1222 if (sc->pha_context == NULL) { in tls_process_rpk() 1228 if (!PACKET_equal(&context, sc->pha_context, sc->pha_context_len)) { in tls_process_rpk()
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | ssl_local.h | 1786 uint8_t *pha_context; member
|
| H A D | ssl_lib.c | 1505 OPENSSL_free(s->pha_context); in ossl_ssl_connection_free()
|