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

  /external/boringssl/src/include/openssl/
x509_vfy.h 223 X509_STORE *store_ctx; /* who owns us */ member in struct:x509_lookup_st
  /external/libvncserver/x11vnc/
sslhelper.c 802 X509_STORE_CTX store_ctx; local
824 X509_STORE_CTX_init(&store_ctx, revocation_store, NULL, NULL);
825 rc=X509_STORE_get_by_subject(&store_ctx, X509_LU_CRL, subject, &obj);
826 X509_STORE_CTX_cleanup(&store_ctx);
883 X509_STORE_CTX_init(&store_ctx, revocation_store, NULL, NULL);
884 rc=X509_STORE_get_by_subject(&store_ctx, X509_LU_CRL, issuer, &obj);
885 X509_STORE_CTX_cleanup(&store_ctx);
    [all...]

Completed in 66 milliseconds