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 450 X509_free(cert->x509_leaf);
451 cert->x509_leaf = NULL;
813 /* ssl_cert_cache_leaf_cert sets |cert->x509_leaf|, if currently NULL, from the
818 if (cert->x509_leaf != NULL ||
828 cert->x509_leaf = X509_parse_from_buffer(leaf);
829 return cert->x509_leaf != NULL;
833 if (cert->x509_leaf == NULL &&
838 return cert->x509_leaf;
    [all...]
internal.h 1438 X509 *x509_leaf; member in struct:cert_st
    [all...]

Completed in 53 milliseconds