| /src/crypto/external/apache2/openssl/dist/crypto/ffc/ |
| ffc_backend.c | 22 const OSSL_PARAM *prm; local 27 prm = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_GROUP_NAME); 28 if (prm != NULL) { 36 if (prm->data_type != OSSL_PARAM_UTF8_STRING 37 || prm->data == NULL 38 || (group = ossl_ffc_name_to_dh_named_group(prm->data)) == NULL 53 prm = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_GINDEX); 54 if (prm != NULL) { 55 if (!OSSL_PARAM_get_int(prm, &i)) 59 prm = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_PCOUNTER) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/ffc/ |
| ffc_backend.c | 22 const OSSL_PARAM *prm; local 30 prm = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_GROUP_NAME); 31 if (prm != NULL) { 39 if (prm->data_type != OSSL_PARAM_UTF8_STRING 40 || prm->data == NULL 41 || (group = ossl_ffc_name_to_dh_named_group(prm->data)) == NULL 56 prm = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_GINDEX); 57 if (prm != NULL) { 58 if (!OSSL_PARAM_get_int(prm, &i)) 62 prm = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_PCOUNTER) [all...] |
| /src/sys/dev/raidframe/ |
| rf_evenodd_dagfuncs.c | 638 int i, prm, sector, nresults = node->numResults; local 742 for (prm = 0; prm < ndataParam; prm++) { 743 pda = node->params[prm].p; 744 suoff[prm] = rf_StripeUnitOffset(layoutPtr, pda->startSector); 745 suend[prm] = suoff[prm] + pda->numSector; 746 prmToCol[prm] = rf_EUCol(layoutPtr, pda->raidAddress); 758 for (prm = 0; prm < ndataParam; prm++ 832 int prm, i, j; local [all...] |
| /src/sys/arch/sandpoint/stand/altboot/ |
| fxp.c | 233 #define prm 0 macro 250 cbp->save_bf = prm; /* save bad frames */ 251 cbp->disc_short_rx = !prm; /* discard short packets */ 260 cbp->promiscuous = prm; /* promiscuous mode */ 263 cbp->stripping = !prm; /* truncate rx packet to byte count */ 270 #undef prm macro
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| statementsem.d | 1629 Parameter prm = tfld.parameterList[i]; 1630 //printf("\tprm = %s%s\n", (prm.storageClass&STC.ref_?"ref ":"").ptr, prm.ident.toChars()); 1631 stc = (prm.storageClass & STC.ref_) | (p.storageClass & STC.scope_); 1632 if ((p.storageClass & STC.ref_) != (prm.storageClass & STC.ref_)) 1634 if (!(prm.storageClass & STC.ref_)) 1705 if (fs.prm.type) 1707 fs.prm.type = fs.prm.type.typeSemantic(loc, sc); 1708 fs.prm.type = fs.prm.type.addStorageClass(fs.prm.storageClass) [all...] |
| statement.d | 983 Parameter prm; // loop index variable 991 extern (D) this(const ref Loc loc, TOK op, Parameter prm, Expression lwr, Expression upr, Statement _body, Loc endloc) 995 this.prm = prm; 1004 return new ForeachRangeStatement(loc, op, prm.syntaxCopy(), lwr.syntaxCopy(), upr.syntaxCopy(), _body ? _body.syntaxCopy() : null, endloc); 1028 Parameter prm; 1035 extern (D) this(const ref Loc loc, Parameter prm, Expression condition, Statement ifbody, Statement elsebody, Loc endloc) 1038 this.prm = prm; 1048 prm ? prm.syntaxCopy() : null [all...] |
| transitivevisitor.d | 155 if (s.prm.type) 156 visitType(s.prm.type); 166 if (s.prm && s.prm.type) 167 visitType(s.prm.type);
|
| statement.h | 354 Parameter *prm; // loop index variable member in class:ForeachRangeStatement 372 Parameter *prm; member in class:IfStatement
|
| hdrgen.d | 359 if (s.prm.type) 360 typeToBuffer(s.prm.type, s.prm.ident, buf, hgs); 362 buf.writestring(s.prm.ident.toString()); 406 if (Parameter p = s.prm) 1112 /* s.op ( prm ; lwr .. upr ) 1116 if (s.prm.type) 1117 typeToBuffer(s.prm.type, s.prm.ident, buf, hgs); 1119 buf.writestring(s.prm.ident.toString()) [all...] |
| cond.d | 318 auto p = aggrfe ? (*aggrfe.parameters)[i] : rangefe.prm;
|
| /src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| asn_mime.c | 407 MIME_PARAM *prm; local 430 prm = mime_param_find(hdr, "boundary"); 431 if (prm == NULL || prm->param_value == NULL) { 436 ret = multi_split(bio, flags, prm->param_value, &parts);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| asn_mime.c | 384 MIME_PARAM *prm; local 407 prm = mime_param_find(hdr, "boundary"); 408 if (!prm || !prm->param_value) { 413 ret = multi_split(bio, prm->param_value, &parts);
|
| /src/crypto/external/apache2/openssl/dist/crypto/asn1/ |
| asn_mime.c | 418 MIME_PARAM *prm; local 441 prm = mime_param_find(hdr, "boundary"); 442 if (prm == NULL || prm->param_value == NULL) { 447 ret = multi_split(bio, flags, prm->param_value, &parts);
|
| /src/sys/dev/ic/ |
| i82557.c | 1679 int i, prm, save_bf, lrxen, vlan_drop, allm, error = 0; local 1717 prm = (ifp->if_flags & IFF_PROMISC) ? 1 : 0; 1793 cbp->disc_short_rx = !prm; /* discard short packets */ 1813 cbp->promiscuous = prm; /* promiscuous mode */ 1819 cbp->stripping = !prm; /* truncate rx packet to byte count */ 1853 cbp->fc_filter = !prm; /* drop FC frames to host */
|
| /src/usr.bin/tftp/ |
| main.c | 227 getmore(const char *cmd, const char *prm) 230 (void)printf("%s", prm);
|