Home
last modified time | relevance | path

Searched refs:sk_strcmp (Results 1 – 2 of 2) sorted by last modified time

/freebsd/crypto/openssl/apps/
H A Drehash.c340 static int sk_strcmp(const char * const *a, const char * const *b) in sk_strcmp() function
375 if ((files = sk_OPENSSL_STRING_new(sk_strcmp)) == NULL) { in do_dir()
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_utl.c26 static int sk_strcmp(const char *const *a, const char *const *b);
446 static int sk_strcmp(const char *const *a, const char *const *b) in sk_strcmp() function
545 *sk = sk_OPENSSL_STRING_new(sk_strcmp); in append_ia5()