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

  /external/boringssl/src/ssl/
ssl_x509.cc 248 X509_free(cert->x509_leaf);
249 cert->x509_leaf = NULL;
743 // ssl_cert_cache_leaf_cert sets |cert->x509_leaf|, if currently NULL, from the
748 if (cert->x509_leaf != NULL ||
758 cert->x509_leaf = X509_parse_from_buffer(leaf);
759 return cert->x509_leaf != NULL;
763 if (cert->x509_leaf == NULL &&
768 return cert->x509_leaf;
    [all...]
internal.h 1722 X509 *x509_leaf; member in struct:bssl::CERT
    [all...]

Completed in 65 milliseconds