• Home
  • Raw
  • Download

Lines Matching refs:matchcount

164                                                int *matchcount,
199 int *matchcount, in try_decode_PKCS12() argument
222 *matchcount = 1; in try_decode_PKCS12()
288 *matchcount = 1; in try_decode_PKCS12()
327 int *matchcount, in try_decode_PKCS8Encrypted() argument
344 *matchcount = 1; in try_decode_PKCS8Encrypted()
350 *matchcount = 1; in try_decode_PKCS8Encrypted()
404 int *matchcount, in try_decode_PrivateKey() argument
417 *matchcount = 1; in try_decode_PrivateKey()
427 *matchcount = 1; in try_decode_PrivateKey()
462 (*matchcount)++; in try_decode_PrivateKey()
484 (*matchcount)++; in try_decode_PrivateKey()
488 if (*matchcount > 1) { in try_decode_PrivateKey()
516 int *matchcount, in try_decode_PUBKEY() argument
527 *matchcount = 1; in try_decode_PUBKEY()
531 *matchcount = 1; in try_decode_PUBKEY()
550 int *matchcount, in try_decode_params() argument
563 *matchcount = 1; in try_decode_params()
603 (*matchcount)++; in try_decode_params()
608 if (*matchcount == 1) { in try_decode_params()
633 int *matchcount, in try_decode_X509Certificate() argument
656 *matchcount = 1; in try_decode_X509Certificate()
661 *matchcount = 1; in try_decode_X509Certificate()
683 int *matchcount, in try_decode_X509CRL() argument
694 *matchcount = 1; in try_decode_X509CRL()
698 *matchcount = 1; in try_decode_X509CRL()
1022 void *ui_data, int *matchcount) in file_load_try_decode() argument
1043 *matchcount = 0; in file_load_try_decode()
1055 matching_handlers[*matchcount] = handler; in file_load_try_decode()
1061 if ((*matchcount += try_matchcount) > 1) { in file_load_try_decode()
1076 if (*matchcount == 1 && matching_handlers[0]->repeatable) { in file_load_try_decode()
1334 int matchcount = -1; in file_load() local
1350 matchcount = -1; in file_load()
1366 ui_method, ui_data, &matchcount); in file_load()
1375 if (!ossl_assert(pem_name == NULL || matchcount <= 1)) { in file_load()
1380 if (matchcount > 1) { in file_load()
1383 } else if (matchcount == 1) { in file_load()
1395 if (matchcount > 0) in file_load()
1402 } while (matchcount == 0 && !file_eof(ctx) && !file_error(ctx)); in file_load()
1405 if (matchcount > 1) in file_load()