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

/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/
H A DbyteRep.c54 #define ENC_INT(n, b, bytes, i) \ macro
148 ENC_INT(CURVE_PARAM_VERSION, buf, numBytes, i);
149 ENC_INT(CURVE_PARAM_VERSION_MIN, buf, numBytes, i);
152 ENC_INT(cp->q, buf, numBytes, i);
153 ENC_INT(cp->k, buf, numBytes, i);
154 ENC_INT(cp->m, buf, numBytes, i);
155 ENC_INT(0, buf, numBytes, i); // spare
182 ENC_INT(magic, buf, numBytes, i);
183 ENC_INT(version, buf, numBytes, i);
184 ENC_INT(minVersio
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DbyteRep.c54 #define ENC_INT(n, b, bytes, i) \ macro
148 ENC_INT(CURVE_PARAM_VERSION, buf, numBytes, i);
149 ENC_INT(CURVE_PARAM_VERSION_MIN, buf, numBytes, i);
152 ENC_INT(cp->q, buf, numBytes, i);
153 ENC_INT(cp->k, buf, numBytes, i);
154 ENC_INT(cp->m, buf, numBytes, i);
155 ENC_INT(0, buf, numBytes, i); // spare
182 ENC_INT(magic, buf, numBytes, i);
183 ENC_INT(version, buf, numBytes, i);
184 ENC_INT(minVersio
[all...]

Completed in 102 milliseconds