Searched refs:pha_context (Results 1 – 4 of 4) sorted by relevance
2855 OPENSSL_free(s->pha_context); in tls_construct_certificate_request()2857 if ((s->pha_context = OPENSSL_malloc(s->pha_context_len)) == NULL) { in tls_construct_certificate_request()2864 if (RAND_bytes(s->pha_context, s->pha_context_len) <= 0 in tls_construct_certificate_request()2865 || !WPACKET_sub_memcpy_u8(pkt, s->pha_context, in tls_construct_certificate_request()3617 || (s->pha_context == NULL && PACKET_remaining(&context) != 0) in tls_process_client_certificate()3618 || (s->pha_context != NULL && in tls_process_client_certificate()3619 !PACKET_equal(&context, s->pha_context, s->pha_context_len)))) { in tls_process_client_certificate()
2464 OPENSSL_free(s->pha_context); in tls_process_certificate_request()2465 s->pha_context = NULL; in tls_process_certificate_request()2469 !PACKET_memdup(&reqctx, &s->pha_context, &s->pha_context_len)) { in tls_process_certificate_request()3546 if (s->pha_context == NULL) { in tls_construct_client_certificate()3553 } else if (!WPACKET_sub_memcpy_u8(pkt, s->pha_context, s->pha_context_len)) { in tls_construct_client_certificate()
1416 uint8_t* pha_context; member
1212 OPENSSL_free(s->pha_context); in SSL_free()