Searched refs:curveParamsStatic (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A DcurveParams.c59 * array of curveParamsStatic structs; a feeDepth is an index into this
60 * array. A curveParamsStatic struct is converted to a curveParams struct in
88 } curveParamsStatic; typedef in typeref:struct:__anon3677
110 * Now the curveParamsStatic structs, which provide templates for creating the
113 * All giants in a curveParamsStatic struct except for basePrime are
120 static curveParamsStatic curveParamsArray[] = {
371 static const curveParamsStatic curveParamsArray[] = {
776 const curveParamsStatic *cps = &curveParamsArray[depth];
1029 const curveParamsStatic *cps = &curveParamsArray[FEE_DEPTH_MAX];
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A DcurveParams.c59 * array of curveParamsStatic structs; a feeDepth is an index into this
60 * array. A curveParamsStatic struct is converted to a curveParams struct in
88 } curveParamsStatic; typedef in typeref:struct:__anon4392
110 * Now the curveParamsStatic structs, which provide templates for creating the
113 * All giants in a curveParamsStatic struct except for basePrime are
120 static curveParamsStatic curveParamsArray[] = {
371 static const curveParamsStatic curveParamsArray[] = {
776 const curveParamsStatic *cps = &curveParamsArray[depth];
1029 const curveParamsStatic *cps = &curveParamsArray[FEE_DEPTH_MAX];

Completed in 118 milliseconds