Home
last modified time | relevance | path

Searched defs:X509_CRL_get_lastUpdate (Results 1 – 4 of 4) sorted by relevance

/external/openssl/crypto/x509/
Dx509.h622 #define X509_CRL_get_lastUpdate(x) ((x)->crl->lastUpdate) macro
/external/openssl/include/openssl/
Dx509.h622 #define X509_CRL_get_lastUpdate(x) ((x)->crl->lastUpdate) macro
/external/chromium_org/third_party/boringssl/src/include/openssl/
Dx509.h576 #define X509_CRL_get_lastUpdate(x) ((x)->crl->lastUpdate) macro
/external/conscrypt/src/main/java/org/conscrypt/
DNativeCrypto.java548 public static native long X509_CRL_get_lastUpdate(long x509CrlCtx); in X509_CRL_get_lastUpdate() method in NativeCrypto