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

  /external/openssl/crypto/x509/
x509_cmp.c 166 static int nocase_cmp(const ASN1_STRING *a, const ASN1_STRING *b) function
298 j=nocase_cmp(na->value, nb->value);
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 273 * X509_NAME_cmp(), nocase_cmp() and nocase_spacenorm_cmp() are as is.
277 static int nocase_cmp(const ASN1_STRING *a, const ASN1_STRING *b) function
392 j=nocase_cmp(na->value, nb->value);
    [all...]

Completed in 202 milliseconds