Home
last modified time | relevance | path

Searched refs:pnum (Results 1 – 25 of 57) sorted by relevance

123

/netbsd/crypto/external/bsd/openssl.old/dist/crypto/rsa/
H A Drsa_lib.c280 for (i = 0; i < pnum; i++) { in RSA_set0_multi_prime_params()
348 int pnum; in RSA_get_multi_prime_extra_count() local
350 pnum = sk_RSA_PRIME_INFO_num(r->prime_infos); in RSA_get_multi_prime_extra_count()
351 if (pnum <= 0) in RSA_get_multi_prime_extra_count()
352 pnum = 0; in RSA_get_multi_prime_extra_count()
353 return pnum; in RSA_get_multi_prime_extra_count()
358 int pnum, i; in RSA_get0_multi_prime_factors() local
361 if ((pnum = RSA_get_multi_prime_extra_count(r)) == 0) in RSA_get0_multi_prime_factors()
368 for (i = 0; i < pnum; i++) { in RSA_get0_multi_prime_factors()
391 int pnum; in RSA_get0_multi_prime_crt_params() local
[all …]
/netbsd/crypto/external/bsd/openssl/dist/crypto/rsa/
H A Drsa_lib.c496 for (i = 0; i < pnum; i++) { in RSA_set0_multi_prime_params()
567 int pnum; in RSA_get_multi_prime_extra_count() local
570 if (pnum <= 0) in RSA_get_multi_prime_extra_count()
571 pnum = 0; in RSA_get_multi_prime_extra_count()
572 return pnum; in RSA_get_multi_prime_extra_count()
577 int pnum, i; in RSA_get0_multi_prime_factors() local
612 int pnum; in RSA_get0_multi_prime_crt_params() local
750 int pnum; in DEFINE_STACK_OF() local
756 if (pnum < 2 in DEFINE_STACK_OF()
772 if (pnum > 2) { in DEFINE_STACK_OF()
[all …]
H A Drsa_backend.c351 int pnum, i; in ossl_rsa_dup() local
396 && (pnum = sk_RSA_PRIME_INFO_num(rsa->prime_infos)) > 0) { in ossl_rsa_dup()
397 dupkey->prime_infos = sk_RSA_PRIME_INFO_new_reserve(NULL, pnum); in ossl_rsa_dup()
400 for (i = 0; i < pnum; i++) { in ossl_rsa_dup()
/netbsd/usr.sbin/services_mkdb/
H A Dservices_mkdb.c190 unsigned long pnum; in parseservices() local
224 pnum = strtoul(port, &ep, 0); in parseservices()
229 if ((errno == ERANGE && pnum == ULONG_MAX) || pnum > PMASK) { in parseservices()
234 if (svc[pnum] == NULL) in parseservices()
235 svc[pnum] = ecalloc(PROTOMAX, sizeof(StringList *)); in parseservices()
238 if (svc[pnum][pindex] == NULL) in parseservices()
239 s = svc[pnum][pindex] = sl_init(); in parseservices()
241 s = svc[pnum][pindex]; in parseservices()
/netbsd/crypto/external/bsd/openssl/dist/crypto/stack/
H A Dstack.c320 int ret_val_options, int *pnum) in internal_find() argument
331 if (pnum != NULL) in internal_find()
332 *pnum = 1; in internal_find()
335 if (pnum != NULL) in internal_find()
336 *pnum = 0; in internal_find()
347 if (pnum != NULL) in internal_find()
352 if (pnum != NULL) { in internal_find()
353 *pnum = 0; in internal_find()
360 ++*pnum; in internal_find()
379 int OPENSSL_sk_find_all(OPENSSL_STACK *st, const void *data, int *pnum) in OPENSSL_sk_find_all() argument
[all …]
/netbsd/games/cribbage/
H A Dcrib.c477 int cnum, pnum, sum; in peg() local
482 cnum = pnum = CINHAND; in peg()
493 prhand(ph, pnum, Playwin, FALSE); in peg()
503 if (anymove(ph, pnum, sum)) in peg()
564 if (pnum == 1) { in peg()
570 pnum, Playwin, FALSE); in peg()
572 pnum, "Your play: ")]; in peg()
579 cremove(crd, ph, pnum--); in peg()
586 if (pnum == 0) in peg()
602 if (!pnum && !cnum) in peg()
[all …]
/netbsd/games/backgammon/backgammon/
H A Dmain.c166 if (pnum == 2) {/* ask for color(s) */ in main()
169 while (pnum == 2) { in main()
174 pnum = -1; in main()
178 pnum = 1; in main()
182 pnum = 0; in main()
291 if (cturn == pnum) /* computer's move */ in main()
323 if (cturn == pnum) { in main()
395 if (pnum) { in main()
/netbsd/external/gpl3/gdb/dist/gas/
H A Ditbl-parse.y291 %type <num> number NUM ftype regtype pnum PNUM
308 pnum regtype name value NL
314 | pnum INSN name value range flags
401 pnum:
/netbsd/external/gpl3/binutils/dist/gas/
H A Ditbl-parse.y291 %type <num> number NUM ftype regtype pnum PNUM
308 pnum regtype name value NL
314 | pnum INSN name value range flags
401 pnum:
/netbsd/external/gpl3/binutils.old/dist/gas/
H A Ditbl-parse.y291 %type <num> number NUM ftype regtype pnum PNUM
308 pnum regtype name value NL
314 | pnum INSN name value range flags
401 pnum:
/netbsd/external/gpl3/gdb.old/dist/gas/
H A Ditbl-parse.y291 %type <num> number NUM ftype regtype pnum PNUM
308 pnum regtype name value NL
314 | pnum INSN name value range flags
401 pnum:
/netbsd/games/backgammon/common_source/
H A Dsave.c129 write(fdesc, &pnum, sizeof pnum); in save()
160 read(fdesc, &pnum, sizeof pnum); in recover()
H A Dsubs.c194 switch (pnum) { in gwrite()
318 pnum = 0; in getarg()
327 pnum = -1; in getarg()
336 pnum = 1; in getarg()
H A Dcheck.c65 if (tflag && pnum) in getmove()
66 bflag = pnum; in getmove()
/netbsd/external/gpl3/gdb/dist/gas/config/
H A Ditbl-mips.h41 #define ITBL_ENCODE_PNUM(pnum) MIPS_ENCODE_COP_NUM(pnum) argument
/netbsd/external/gpl3/binutils.old/dist/gas/config/
H A Ditbl-mips.h41 #define ITBL_ENCODE_PNUM(pnum) MIPS_ENCODE_COP_NUM(pnum) argument
/netbsd/external/gpl3/binutils/dist/gas/config/
H A Ditbl-mips.h41 #define ITBL_ENCODE_PNUM(pnum) MIPS_ENCODE_COP_NUM(pnum) argument
/netbsd/external/gpl3/gdb.old/dist/gas/config/
H A Ditbl-mips.h41 #define ITBL_ENCODE_PNUM(pnum) MIPS_ENCODE_COP_NUM(pnum) argument
/netbsd/external/bsd/libpcap/dist/
H A Dgrammar.y314 %type <i> byteop pname pnum relop irelop
385 | pnum { CHECK_PTR_VAL(($$.b = gen_ncode(cstate, NULL, (bpf_u_int32)$1,
447 qid: pnum { CHECK_PTR_VAL(($$.b = gen_ncode(cstate, NULL, (bpf_u_int32)$1,
556 | VLAN pnum { CHECK_PTR_VAL(($$ = gen_vlan(cstate, (bpf_u_int32)$2, 1))); }
558 | MPLS pnum { CHECK_PTR_VAL(($$ = gen_mpls(cstate, (bpf_u_int32)$2, 1))); }
561 | PPPOES pnum { CHECK_PTR_VAL(($$ = gen_pppoes(cstate, (bpf_u_int32)$2, 1))); }
563 | GENEVE pnum { CHECK_PTR_VAL(($$ = gen_geneve(cstate, (bpf_u_int32)$2, 1))); }
704 arth: pnum { CHECK_PTR_VAL(($$ = gen_loadi(cstate, $1))); }
729 pnum: NUM
730 | paren pnum ')' { $$ = $2; }
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dregcache-dump.c169 int pnum, poffset; in dump_reg() local
172 &pnum, &poffset)) in dump_reg()
173 fprintf_unfiltered (file, "%7d %11d", pnum, poffset); in dump_reg()
H A Dremote.h55 int regnum, int *pnum,
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dregcache-dump.c169 int pnum, poffset; in dump_reg() local
172 &pnum, &poffset)) in dump_reg()
173 fprintf_unfiltered (file, "%7d %11d", pnum, poffset); in dump_reg()
/netbsd/games/atc/
H A Dupdate.c349 int isclose, pnum; in addplane() local
401 pnum = next_plane(); in addplane()
402 if (pnum < 0) in addplane()
404 p.plane_no = pnum; in addplane()
/netbsd/external/bsd/ipf/dist/tools/
H A Dipnat_y.y546 { int pnum, pos; variable
549 pnum = getportproto($3, $6);
550 if (pnum == -1)
552 nat->in_odport = ntohs(pnum);
553 nat->in_ndport = ntohs(pnum);
574 { int pnum, pos; variable
577 pnum = getportproto($3, $6);
578 if (pnum == -1)
580 nat->in_odport = ntohs(pnum);
581 nat->in_ndport = ntohs(pnum);
/netbsd/external/bsd/ipf/dist/perl/
H A Dplog443 my ($pnum, $proto) = ($1, $2);
450 $pname = "$pnum/$proto";
454 $pn{$pname} = $pnum;

123