Searched refs:sni_key_cert (Results 1 – 3 of 3) sorted by relevance
586 mbedtls_ssl_key_cert *sni_key_cert; /*!< key/cert list from SNI */ member
915 if( ssl->handshake->sni_key_cert != NULL ) in ssl_pick_cert()916 list = ssl->handshake->sni_key_cert; in ssl_pick_cert()
3661 return( ssl_append_key_cert( &ssl->handshake->sni_key_cert, in mbedtls_ssl_set_hs_own_cert()5516 if( handshake->sni_key_cert != NULL ) in mbedtls_ssl_handshake_free()5518 mbedtls_ssl_key_cert *cur = handshake->sni_key_cert, *next; in mbedtls_ssl_handshake_free()
Completed in 21 milliseconds