HomeSort by: relevance | last modified time | path
    Searched refs:xname_cmp (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_cert.c 713 static int xname_cmp(const X509_NAME *a, const X509_NAME *b) function
739 return xname_cmp(*a, *b);
756 LHASH_OF(X509_NAME) *name_hash = lh_X509_NAME_new(xname_hash, xname_cmp);
887 LHASH_OF(X509_NAME) *name_hash = lh_X509_NAME_new(xname_hash, xname_cmp);
902 * xname_cmp converts the X509_NAMEs to DER involving a memory allocation
930 LHASH_OF(X509_NAME) *name_hash = lh_X509_NAME_new(xname_hash, xname_cmp);
940 * xname_cmp converts the X509_NAMEs to DER involving a memory allocation
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_cert.c 593 static int xname_cmp(const X509_NAME *a, const X509_NAME *b) function
619 return xname_cmp(*a, *b);
636 LHASH_OF(X509_NAME) *name_hash = lh_X509_NAME_new(xname_hash, xname_cmp);
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_cert.c 570 static int xname_cmp(const X509_NAME *a, const X509_NAME *b) function
596 return xname_cmp(*a, *b);
610 LHASH_OF(X509_NAME) *name_hash = lh_X509_NAME_new(xname_hash, xname_cmp);

Completed in 27 milliseconds