Home
last modified time | relevance | path

Searched refs:nc_match_single (Results 1 – 1 of 1) sorted by relevance

/openbsd/lib/libcrypto/x509/
H A Dx509_ncons.c78 static int nc_match_single(GENERAL_NAME *sub, GENERAL_NAME *gen);
386 r = nc_match_single(gen, sub->base); in nc_match()
405 r = nc_match_single(gen, sub->base); in nc_match()
417 nc_match_single(GENERAL_NAME *gen, GENERAL_NAME *base) in nc_match_single() function