Searched refs:sslDebugLog (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/Security/
H A DsslDebug.h103 #define sslDebugLog(args...) macro
112 //#define sslDebugLog(args...) printf(args)
113 #define sslDebugLog(args...) ssl_secdebug("sslDebug", ## args) macro
115 #define sslDebugLog(args...) macro
H A DsslSession.c92 sslDebugLog("SSLAddSessionData: got cert %d of %d\n", (int)ix+1, (int)certCount);
136 sslDebugLog("SSLAddSessionData: flattening \"%s\" (%ld bytes)\n", buf, certLength);
330 sslDebugLog("SSLInstallSessionFromData: creating cert with bytes=%p len=%lu\n",
349 sslDebugLog("SSLInstallSessionFromData: releasing existing cert chain\n");
H A DsslCrypto.c544 sslDebugLog("Creating RSA pub key from modulus=%p len=%lu exponent=%p len=%lu\n",
555 sslDebugLog("sslGetPubKeyFromBits: RSA pub key block size=%lu\n", SecKeyGetBlockSize(key));
1192 sslDebugLog("sslEcdhGenerateKeyPair: pub key size=%ld, data=%p\n",
1263 sslDebugLog("sslEcdhKeyExchange: exchanged key length=%ld, data=%p\n",
H A DsslKeyExchange.c198 sslDebugLog("SSLEncodeRSAKeyParams: modulus len=%ld, exponent len=%ld\n",
1027 sslDebugLog("SSLEncodeRSAKeyExchange: peer key modulus length = %lu\n", peerKeyModulusLen);
1869 sslDebugLog("SSLEncodeKeyExchange: RSA method\n");
1879 sslDebugLog("SSLEncodeKeyExchange: DH method\n");
1888 sslDebugLog("SSLEncodeKeyExchange: ECDH method\n");
1920 sslDebugLog("SSLProcessKeyExchange: processing DH key exchange (%d)\n",
H A DsslCert.c184 sslDebugLog("SSLProcessCertificate: err=%d, received \"%s\" (%ld bytes)\n",(int) status, buf, certLen);
212 sslDebugLog("SSLProcessCertificate: releasing existing cert chain\n");
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/lib/
H A DsslDebug.h103 #define sslDebugLog(args...) macro
112 //#define sslDebugLog(args...) printf(args)
113 #define sslDebugLog(args...) ssl_secdebug("sslDebug", ## args) macro
115 #define sslDebugLog(args...) macro
H A DsslSession.c92 sslDebugLog("SSLAddSessionData: got cert %d of %d\n", (int)ix+1, (int)certCount);
136 sslDebugLog("SSLAddSessionData: flattening \"%s\" (%ld bytes)\n", buf, certLength);
330 sslDebugLog("SSLInstallSessionFromData: creating cert with bytes=%p len=%lu\n",
349 sslDebugLog("SSLInstallSessionFromData: releasing existing cert chain\n");
H A DsslCrypto.c544 sslDebugLog("Creating RSA pub key from modulus=%p len=%lu exponent=%p len=%lu\n",
555 sslDebugLog("sslGetPubKeyFromBits: RSA pub key block size=%lu\n", SecKeyGetBlockSize(key));
1192 sslDebugLog("sslEcdhGenerateKeyPair: pub key size=%ld, data=%p\n",
1263 sslDebugLog("sslEcdhKeyExchange: exchanged key length=%ld, data=%p\n",
H A DsslKeyExchange.c198 sslDebugLog("SSLEncodeRSAKeyParams: modulus len=%ld, exponent len=%ld\n",
1027 sslDebugLog("SSLEncodeRSAKeyExchange: peer key modulus length = %lu\n", peerKeyModulusLen);
1869 sslDebugLog("SSLEncodeKeyExchange: RSA method\n");
1879 sslDebugLog("SSLEncodeKeyExchange: DH method\n");
1888 sslDebugLog("SSLEncodeKeyExchange: ECDH method\n");
1920 sslDebugLog("SSLProcessKeyExchange: processing DH key exchange (%d)\n",
H A DsslCert.c184 sslDebugLog("SSLProcessCertificate: err=%d, received \"%s\" (%ld bytes)\n",(int) status, buf, certLen);
212 sslDebugLog("SSLProcessCertificate: releasing existing cert chain\n");
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/security_ssl/
H A DsslDebug.h103 #define sslDebugLog(args...) macro
112 //#define sslDebugLog(args...) printf(args)
113 #define sslDebugLog(args...) ssl_secdebug("sslDebug", ## args) macro
115 #define sslDebugLog(args...) macro
H A DsslSession.c92 sslDebugLog("SSLAddSessionData: got cert %d of %d\n", (int)ix+1, (int)certCount);
136 sslDebugLog("SSLAddSessionData: flattening \"%s\" (%ld bytes)\n", buf, certLength);
330 sslDebugLog("SSLInstallSessionFromData: creating cert with bytes=%p len=%lu\n",
349 sslDebugLog("SSLInstallSessionFromData: releasing existing cert chain\n");
H A DsslCrypto.c544 sslDebugLog("Creating RSA pub key from modulus=%p len=%lu exponent=%p len=%lu\n",
555 sslDebugLog("sslGetPubKeyFromBits: RSA pub key block size=%lu\n", SecKeyGetBlockSize(key));
1192 sslDebugLog("sslEcdhGenerateKeyPair: pub key size=%ld, data=%p\n",
1263 sslDebugLog("sslEcdhKeyExchange: exchanged key length=%ld, data=%p\n",
H A DsslKeyExchange.c198 sslDebugLog("SSLEncodeRSAKeyParams: modulus len=%ld, exponent len=%ld\n",
1027 sslDebugLog("SSLEncodeRSAKeyExchange: peer key modulus length = %lu\n", peerKeyModulusLen);
1869 sslDebugLog("SSLEncodeKeyExchange: RSA method\n");
1879 sslDebugLog("SSLEncodeKeyExchange: DH method\n");
1888 sslDebugLog("SSLEncodeKeyExchange: ECDH method\n");
1920 sslDebugLog("SSLProcessKeyExchange: processing DH key exchange (%d)\n",
H A DsslCert.c184 sslDebugLog("SSLProcessCertificate: err=%d, received \"%s\" (%ld bytes)\n",(int) status, buf, certLen);
212 sslDebugLog("SSLProcessCertificate: releasing existing cert chain\n");

Completed in 204 milliseconds