Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/store/
H A Dloader_file.c164 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()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/engines/
H A De_loader_attic.c263 int *matchcount,
300 int *matchcount, in try_decode_PKCS12() argument
324 *matchcount = 1; in try_decode_PKCS12()
398 *matchcount = 1; in try_decode_PKCS12()
435 int *matchcount, in try_decode_PKCS8Encrypted() argument
455 *matchcount = 1; in try_decode_PKCS8Encrypted()
461 *matchcount = 1; in try_decode_PKCS8Encrypted()
512 int *matchcount, in try_decode_PrivateKey() argument
527 *matchcount = 1; in try_decode_PrivateKey()
540 *matchcount = 1; in try_decode_PrivateKey()
[all …]
/netbsd-src/games/battlestar/
H A Dsave.c85 fread(&matchcount, sizeof matchcount, 1, fp); in restore()
139 fwrite(&matchcount, sizeof matchcount, 1, fp); in save()
H A Dcommand6.c231 if (testbit(inven, MATCHES) && matchcount) { in light()
235 matchcount--; in light()
H A Dglobals.c254 int matchcount = 20; variable
H A Dextern.h302 extern int matchlight, matchcount;
/netbsd-src/usr.bin/usbhidctl/
H A Dusbhid.c95 int matchcount; member
298 varlist[vlind].matchcount = 0; in resethidvars()
409 var->matchcount == var->usageinstance) in hidmatch()
411 var->matchcount++; in hidmatch()
/netbsd-src/external/bsd/unbound/dist/validator/
H A Dval_utils.c192 int* matchcount) in val_find_best_signer() argument
210 if(m > *matchcount) { in val_find_best_signer()
211 *matchcount = m; in val_find_best_signer()
267 int matchcount = 0; in val_find_signer() local
276 signer_name, signer_len, &matchcount); in val_find_signer()