Searched refs:finst (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/
H A DfeeFEED.c153 static feeReturn initFromRS(feedInst *finst) argument
156 unsigned rSize = finst->initialRSSize / 2;
159 if((finst->initialRS == NULL) ||
160 (finst->cp == NULL) ||
161 (finst->cluePlus == NULL) ||
162 (finst->clueMinus == NULL) ||
163 (finst->initialRSSize == 0)) {
169 finst->r = giant_with_data(finst->initialRS, rSize);
170 s = giant_with_data(finst
236 feedInst *finst; local
441 feedInst *finst = (feedInst*) feed; local
487 feedInst *finst = (feedInst *) feed; local
494 feedInst *finst = (feedInst *) feed; local
507 feedInst *finst = (feedInst *) feed; local
535 feedInst *finst = (feedInst *) feed; local
585 feedInst *finst = (feedInst *) feed; local
652 feedInst *finst = (feedInst *) feed; local
863 feedInst *finst = (feedInst *) feed; local
[all...]
H A DfeeFEEDExp.c102 feedInst *finst = (feedInst *) fmalloc(sizeof(feedInst)); local
105 finst->cp = curveParamsCopy(feePubKeyCurveParams(pubKey));
106 finst->plus = new_public_with_key(feePubKeyPlusCurve(pubKey),
107 finst->cp);
108 finst->minus = new_public_with_key(feePubKeyMinusCurve(pubKey),
109 finst->cp);
116 finst->gPriv = newGiant(finst->cp->maxDigits);
117 gtog(privGiant, finst->gPriv);
120 finst
169 feedInst *finst = (feedInst *) feed; local
196 feedInst *finst = (feedInst *) feed; local
203 feedInst *finst = (feedInst *) feed; local
210 feedInst *finst = (feedInst *) feed; local
225 feedInst *finst = (feedInst *) feed; local
240 feedInst *finst = (feedInst *) feed; local
257 feedInst *finst = (feedInst *) feed; local
452 feedInst *finst = (feedInst *) feed; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DfeeFEED.c153 static feeReturn initFromRS(feedInst *finst) argument
156 unsigned rSize = finst->initialRSSize / 2;
159 if((finst->initialRS == NULL) ||
160 (finst->cp == NULL) ||
161 (finst->cluePlus == NULL) ||
162 (finst->clueMinus == NULL) ||
163 (finst->initialRSSize == 0)) {
169 finst->r = giant_with_data(finst->initialRS, rSize);
170 s = giant_with_data(finst
236 feedInst *finst; local
441 feedInst *finst = (feedInst*) feed; local
487 feedInst *finst = (feedInst *) feed; local
494 feedInst *finst = (feedInst *) feed; local
507 feedInst *finst = (feedInst *) feed; local
535 feedInst *finst = (feedInst *) feed; local
585 feedInst *finst = (feedInst *) feed; local
652 feedInst *finst = (feedInst *) feed; local
863 feedInst *finst = (feedInst *) feed; local
[all...]
H A DfeeFEEDExp.c102 feedInst *finst = (feedInst *) fmalloc(sizeof(feedInst)); local
105 finst->cp = curveParamsCopy(feePubKeyCurveParams(pubKey));
106 finst->plus = new_public_with_key(feePubKeyPlusCurve(pubKey),
107 finst->cp);
108 finst->minus = new_public_with_key(feePubKeyMinusCurve(pubKey),
109 finst->cp);
116 finst->gPriv = newGiant(finst->cp->maxDigits);
117 gtog(privGiant, finst->gPriv);
120 finst
169 feedInst *finst = (feedInst *) feed; local
196 feedInst *finst = (feedInst *) feed; local
203 feedInst *finst = (feedInst *) feed; local
210 feedInst *finst = (feedInst *) feed; local
225 feedInst *finst = (feedInst *) feed; local
240 feedInst *finst = (feedInst *) feed; local
257 feedInst *finst = (feedInst *) feed; local
452 feedInst *finst = (feedInst *) feed; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/ctext/
H A Dinstall.tcl44 frame .fcontrol.finst -relief sunken -bd 1
45 pack [button .fcontrol.finst.install -text Install -command install] -padx 4 -pady 4
47 pack .fcontrol.finst -side left -padx 5
/macosx-10.10.1/dtrace-147/libdwarf/
H A Ddwarf_frame3.c132 Dwarf_Frame_Op *finst = frame_inst + j; local
134 if (finst->fp_base_op == 0 && finst->fp_extended_op == 1) {
136 Dwarf_Addr add = (Dwarf_Addr) finst->fp_offset;
137 Dwarf_Off off = finst->fp_instr_offset + instoff;

Completed in 86 milliseconds