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

  /external/boringssl/src/ssl/
ssl_cert.cc 134 CERT *ssl_cert_new(const SSL_X509_METHOD *x509_method) {
141 ret->x509_method = x509_method;
168 ret->x509_method = cert->x509_method;
182 ret->x509_method->cert_dup(ret, cert);
212 cert->x509_method->cert_clear(cert);
227 c->x509_method->cert_free(c);
372 cert->x509_method->cert_flush_cached_leaf(cert);
743 if (!ssl->ctx->x509_method->check_client_CA_list(ret))
    [all...]
ssl_session.cc 163 SSL_SESSION *ssl_session_new(const SSL_X509_METHOD *x509_method) {
171 session->x509_method = x509_method;
182 return ssl_session_new(ctx->x509_method);
186 SSL_SESSION *new_session = ssl_session_new(session->x509_method);
223 if (!session->x509_method->session_dup(new_session, session)) {
378 session->x509_method->session_clear(session);
532 SSL_SESSION *session = ssl_session_new(ssl->ctx->x509_method);
    [all...]
ssl_x509.cc 162 assert(ssl == NULL || ssl->ctx->x509_method == &ssl_crypto_x509_method);
168 assert(ctx == NULL || ctx->x509_method == &ssl_crypto_x509_method);
816 assert(cert->x509_method);
874 assert(cert->x509_method);
985 assert(cert->x509_method);
    [all...]
ssl_asn1.cc 577 SSL_SESSION *SSL_SESSION_parse(CBS *cbs, const SSL_X509_METHOD *x509_method,
579 SSL_SESSION *ret = ssl_session_new(x509_method);
761 if (!x509_method->session_cache_objects(ret)) {
812 SSL_SESSION *ret = SSL_SESSION_parse(&cbs, ctx->x509_method, ctx->pool);
internal.h 1451 const SSL_X509_METHOD *x509_method; member in struct:cert_st
1497 const SSL_X509_METHOD *x509_method; member in struct:ssl_method_st
    [all...]
ssl_lib.cc 245 ret->x509_method = method->x509_method;
259 ret->cert = ssl_cert_new(method->x509_method);
269 if (!ret->x509_method->ssl_ctx_new(ret)) {
347 ctx->x509_method->ssl_ctx_free(ctx);
406 if (!ssl->ctx->x509_method->ssl_new(ssl)) {
472 ssl->ctx->x509_method->ssl_free(ssl);
    [all...]
tls13_both.cc 337 if (!ssl->ctx->x509_method->session_cache_objects(hs->new_session)) {
361 if (!ssl->ctx->x509_method->session_verify_cert_chain(hs->new_session,
handshake_server.cc 414 ssl->ctx->x509_method->session_clear(hs->new_session);
    [all...]
handshake_client.cc     [all...]
s3_both.cc 178 hs->ssl->ctx->x509_method->hs_flush_cached_ca_names(hs);
tls13_client.cc 472 ssl->ctx->x509_method->hs_flush_cached_ca_names(hs);
  /external/boringssl/src/include/openssl/
ssl.h 3994 const SSL_X509_METHOD *x509_method; member in struct:ssl_session_st
4131 const SSL_X509_METHOD *x509_method; member in struct:ssl_ctx_st
    [all...]

Completed in 149 milliseconds