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

  /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 19 milliseconds