Home
last modified time | relevance | path

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

/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
Dv3_ncons.c79 static int nc_match_single(GENERAL_NAME *sub, GENERAL_NAME *gen);
321 r = nc_match_single(gen, sub->base); in nc_match()
341 r = nc_match_single(gen, sub->base); in nc_match()
353 static int nc_match_single(GENERAL_NAME *gen, GENERAL_NAME *base) in nc_match_single() function
/external/openssl/crypto/x509v3/
Dv3_ncons.c76 static int nc_match_single(GENERAL_NAME *sub, GENERAL_NAME *gen);
316 r = nc_match_single(gen, sub->base); in nc_match()
336 r = nc_match_single(gen, sub->base); in nc_match()
348 static int nc_match_single(GENERAL_NAME *gen, GENERAL_NAME *base) in nc_match_single() function