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

  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509_lu.c 157 static int x509_object_cmp(const X509_OBJECT * const *a, const X509_OBJECT * const *b) function
184 ret->objs = sk_X509_OBJECT_new(x509_object_cmp);
464 if (x509_object_cmp(&tobj, &pstmp))
594 if (x509_object_cmp((const X509_OBJECT **)&obj, (const X509_OBJECT **)&x))
  /external/openssl/crypto/x509/
x509_lu.c 157 static int x509_object_cmp(const X509_OBJECT * const *a, const X509_OBJECT * const *b) function
184 ret->objs = sk_X509_OBJECT_new(x509_object_cmp);
464 if (x509_object_cmp(&tobj, &pstmp))
594 if (x509_object_cmp((const X509_OBJECT **)&obj, (const X509_OBJECT **)&x))

Completed in 641 milliseconds