Searched refs:pha_context (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/openssl/ssl/statem/ |
| H A D | statem_srvr.c | 2868 OPENSSL_free(s->pha_context); in tls_construct_certificate_request() 2870 if ((s->pha_context = OPENSSL_malloc(s->pha_context_len)) == NULL) { in tls_construct_certificate_request() 2876 s->pha_context, s->pha_context_len, 0) in tls_construct_certificate_request() 2878 || !WPACKET_sub_memcpy_u8(pkt, s->pha_context, in tls_construct_certificate_request() 3678 || (s->pha_context == NULL && PACKET_remaining(&context) != 0) in tls_process_client_certificate() 3679 || (s->pha_context != NULL in tls_process_client_certificate() 3680 && !PACKET_equal(&context, s->pha_context, in tls_process_client_certificate()
|
| H A D | statem_clnt.c | 2630 OPENSSL_free(s->pha_context); in tls_process_certificate_request() 2631 s->pha_context = NULL; in tls_process_certificate_request() 2634 …if (!PACKET_get_length_prefixed_1(pkt, &reqctx) || !PACKET_memdup(&reqctx, &s->pha_context, &s->ph… in tls_process_certificate_request() 3808 if (s->pha_context == NULL) { in tls_construct_client_certificate() 3814 } else if (!WPACKET_sub_memcpy_u8(pkt, s->pha_context, s->pha_context_len)) { in tls_construct_client_certificate() 3883 if (sc->pha_context == NULL) { in tls_construct_client_compressed_certificate() 3887 } else if (!WPACKET_sub_memcpy_u8(&tmppkt, sc->pha_context, sc->pha_context_len)) in tls_construct_client_compressed_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()
|