Searched refs:exponentLen (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/Security/
H A DsslKeyExchange.c747 UInt16 modulusLen = 0, exponentLen = 0, signatureLen; local
773 exponentLen = SSLDecodeInt(charPtr, 2);
775 if((charPtr + exponentLen) > endCp) {
780 charPtr += exponentLen;
862 expBuf.length = exponentLen;
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/lib/
H A DsslKeyExchange.c747 UInt16 modulusLen = 0, exponentLen = 0, signatureLen; local
773 exponentLen = SSLDecodeInt(charPtr, 2);
775 if((charPtr + exponentLen) > endCp) {
780 charPtr += exponentLen;
862 expBuf.length = exponentLen;
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/security_ssl/
H A DsslKeyExchange.c747 UInt16 modulusLen = 0, exponentLen = 0, signatureLen; local
773 exponentLen = SSLDecodeInt(charPtr, 2);
775 if((charPtr + exponentLen) > endCp) {
780 charPtr += exponentLen;
862 expBuf.length = exponentLen;

Completed in 275 milliseconds