Home
last modified time | relevance | path

Searched refs:certificate_request_context (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_tls13_generic.c767 unsigned char *certificate_request_context = in ssl_tls13_write_certificate_body() local
768 ssl->handshake->certificate_request_context; in ssl_tls13_write_certificate_body()
781 memcpy(p, certificate_request_context, certificate_request_context_len); in ssl_tls13_write_certificate_body()
H A Dssl_tls13_client.c2422 handshake->certificate_request_context = in ssl_tls13_parse_certificate_request()
2424 if (handshake->certificate_request_context == NULL) { in ssl_tls13_parse_certificate_request()
2428 memcpy(handshake->certificate_request_context, p, in ssl_tls13_parse_certificate_request()
H A Dssl_misc.h1004 unsigned char *certificate_request_context; member
H A Dssl_tls.c4836 if (ssl->handshake->certificate_request_context) { in mbedtls_ssl_handshake_free()
4837 mbedtls_free((void *) handshake->certificate_request_context); in mbedtls_ssl_handshake_free()