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

/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/
H A DbyteRep.c196 int lengthOfByteRepGiant(giant g) function
204 int len = lengthOfByteRepGiant(k->x);
209 len += lengthOfByteRepGiant(k->y);
221 lengthOfByteRepGiant(cp->a) +
222 lengthOfByteRepGiant(cp->b) +
223 lengthOfByteRepGiant(cp->c) +
224 lengthOfByteRepGiant(cp->x1Plus) +
225 lengthOfByteRepGiant(cp->x1Minus) +
226 lengthOfByteRepGiant(cp->cOrderPlus) +
227 lengthOfByteRepGiant(c
[all...]
H A DbyteRep.h48 int lengthOfByteRepGiant(giant g);
H A DfeePublicKey.c1007 sLen += lengthOfByteRepGiant(pkinst->privGiant);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DbyteRep.c196 int lengthOfByteRepGiant(giant g) function
204 int len = lengthOfByteRepGiant(k->x);
209 len += lengthOfByteRepGiant(k->y);
221 lengthOfByteRepGiant(cp->a) +
222 lengthOfByteRepGiant(cp->b) +
223 lengthOfByteRepGiant(cp->c) +
224 lengthOfByteRepGiant(cp->x1Plus) +
225 lengthOfByteRepGiant(cp->x1Minus) +
226 lengthOfByteRepGiant(cp->cOrderPlus) +
227 lengthOfByteRepGiant(c
[all...]
H A DbyteRep.h48 int lengthOfByteRepGiant(giant g);
H A DfeePublicKey.c1007 sLen += lengthOfByteRepGiant(pkinst->privGiant);

Completed in 72 milliseconds