Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_x509.c35 X509* __X509_new(X509 *ix) in __X509_new() function
70 return __X509_new(NULL); in X509_new()
Dssl_cert.c53 cert->x509 = __X509_new(ix); in __ssl_cert_new()
Dssl_lib.c326 ssl->client_CA = __X509_new(ctx->client_CA); in SSL_new()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_x509.h34 X509* __X509_new(X509 *ix);