HomeSort by relevance Sort by last modified time
    Searched refs:ssl_session_new (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/ssl/
ssl_session.cc 163 SSL_SESSION *ssl_session_new(const SSL_X509_METHOD *x509_method) { function
181 SSL_SESSION *SSL_SESSION_new(const SSL_CTX *ctx) {
182 return ssl_session_new(ctx->x509_method);
186 SSL_SESSION *new_session = ssl_session_new(session->x509_method);
532 SSL_SESSION *session = ssl_session_new(ssl->ctx->x509_method);
    [all...]
ssl_asn1.cc 579 SSL_SESSION *ret = ssl_session_new(x509_method);
ssl_x509.cc 1048 return ssl_session_new(&ssl_crypto_x509_method);
    [all...]
internal.h     [all...]

Completed in 71 milliseconds