Home
last modified time | relevance | path

Searched refs:PRINT_BUF (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
Dsslnonce.c288 PRINT_BUF(8, (0, "sessionID:", in CacheSID()
290 PRINT_BUF(8, (0, "masterKey:", in CacheSID()
292 PRINT_BUF(8, (0, "cipherArg:", in CacheSID()
308 PRINT_BUF(8, (0, "sessionID:", in CacheSID()
352 PRINT_BUF(8, (0, "sessionID:", in UncacheSID()
354 PRINT_BUF(8, (0, "masterKey:", in UncacheSID()
356 PRINT_BUF(8, (0, "cipherArg:", in UncacheSID()
Dsslgathr.c86 PRINT_BUF(60, (ss, "raw gather data:", bp, nb)); in ssl2_GatherData()
282 PRINT_BUF(1, (ss, "computed mac:", mac, macLen)); in ssl2_GatherData()
283 PRINT_BUF(1, (ss, "received mac:", pBuf, macLen)); in ssl2_GatherData()
313 PRINT_BUF(50, (ss, "recv clear record:", in ssl2_GatherData()
336 PRINT_BUF(50, (ss, "recv clear record:", in ssl2_GatherData()
Dsslplatf.c274 PRINT_BUF(60, (NULL, "hash(es) to be signed", hashItem.data, hashItem.len)); in ssl3_CngPlatformSignHashes()
315 PRINT_BUF(60, (NULL, "signed hashes", buf->data, buf->len)); in ssl3_CngPlatformSignHashes()
392 PRINT_BUF(60, (NULL, "hash(es) to be signed", hashItem.data, hashItem.len)); in ssl3_CAPIPlatformSignHashes()
448 PRINT_BUF(60, (NULL, "signed hashes", buf->data, buf->len)); in ssl3_CAPIPlatformSignHashes()
642 PRINT_BUF(60, (NULL, "hash(es) to be signed", hashData.Data, hashData.Length)); in ssl3_PlatformSignHashes()
702 PRINT_BUF(60, (NULL, "signed hashes", buf->data, buf->len)); in ssl3_PlatformSignHashes()
Dderive.c35 PRINT_BUF(100, (NULL, label, keyBlock, keyLen)); in buildSSLKey()
43 PRINT_BUF(100, (NULL, label, keyBlock, keyLen)); \
109 PRINT_BUF(100, (NULL, "Master Secret", pwSpec->msItem.data, in ssl3_KeyAndMacDeriveBypass()
149 PRINT_BUF(100, (NULL, "Key & MAC CRSR", crsr.data, crsr.len)); in ssl3_KeyAndMacDeriveBypass()
205 PRINT_BUF(100, (NULL, "key block", key_block, block_bytes)); in ssl3_KeyAndMacDeriveBypass()
472 PRINT_BUF(100, (NULL, "Master Secret CRSR", crsr.data, crsr.len)); in ssl3_MasterKeyDeriveBypass()
518 PRINT_BUF(100, (NULL, "Master Secret", pwSpec->msItem.data, in ssl3_MasterKeyDeriveBypass()
Dsslcon.c820 PRINT_BUF(60, (0, "calc-mac secret:", secret, secretLen)); in ssl2_CalcMAC()
821 PRINT_BUF(60, (0, "calc-mac data:", data, dataLen)); in ssl2_CalcMAC()
822 PRINT_BUF(60, (0, "calc-mac padding:", padding, paddingLen)); in ssl2_CalcMAC()
823 PRINT_BUF(60, (0, "calc-mac seq:", seq, 4)); in ssl2_CalcMAC()
860 PRINT_BUF(50, (ss, "clear data:", (PRUint8*) in, len)); in ssl2_SendClear()
935 PRINT_BUF(50, (ss, "clear data:", (PRUint8*) in, len)); in ssl2_SendStream()
972 PRINT_BUF(50, (ss, "encrypted data:", out, buflen)); in ssl2_SendStream()
1039 PRINT_BUF(50, (ss, "clear data:", in, len)); in ssl2_SendBlock()
1102 PRINT_BUF(50, (ss, "final xmit data:", out, op - out)); in ssl2_SendBlock()
1442 PRINT_BUF(7, (ss, "Session read-key: ", rk->data, rk->len)); in ssl2_CreateSessionCypher()
[all …]
Dssl3ecc.c267 PRINT_BUF(95, (NULL, "ECDHkey hash: ", hashBuf, bufLen)); in ssl3_ComputeECDHKeyHash()
268 PRINT_BUF(95, (NULL, "ECDHkey hash: MD5 result", in ssl3_ComputeECDHKeyHash()
270 PRINT_BUF(95, (NULL, "ECDHkey hash: SHA1 result", in ssl3_ComputeECDHKeyHash()
309 PRINT_BUF(50, (ss, "ECDH public value:", in ssl3_SendECDHClientKeyExchange()
677 PRINT_BUF(60, (NULL, "Server EC params", ec_params.data, in ssl3_HandleECDHServerKeyExchange()
679 PRINT_BUF(60, (NULL, "Server EC point", ec_point.data, ec_point.len)); in ssl3_HandleECDHServerKeyExchange()
Dssl3con.c971 PRINT_BUF(60, (NULL, "hash(es) to be signed", hashItem.data, hashItem.len)); in ssl3_SignHashes()
1004 PRINT_BUF(60, (NULL, "signed hashes", (unsigned char*)buf->data, buf->len)); in ssl3_SignHashes()
1026 PRINT_BUF(60, (NULL, "check signed hashes", in ssl3_VerifySignedHashes()
1090 PRINT_BUF(60, (NULL, "hash(es) to be verified", in ssl3_VerifySignedHashes()
1234 PRINT_BUF(95, (NULL, "RSAkey hash: ", hashBuf, bufLen)); in ssl3_ComputeExportRSAKeyHash()
1236 PRINT_BUF(95, (NULL, "RSAkey hash: MD5 result", in ssl3_ComputeExportRSAKeyHash()
1238 PRINT_BUF(95, (NULL, "RSAkey hash: SHA1 result", in ssl3_ComputeExportRSAKeyHash()
1241 PRINT_BUF(95, (NULL, "RSAkey hash: result", in ssl3_ComputeExportRSAKeyHash()
1298 PRINT_BUF(95, (NULL, "DHkey hash: ", hashBuf, bufLen)); in ssl3_ComputeDHKeyHash()
1300 PRINT_BUF(95, (NULL, "DHkey hash: MD5 result", in ssl3_ComputeDHKeyHash()
[all …]
Dssl3gthr.c61 PRINT_BUF(60, (ss, "raw gather data:", bp, nb)); in ssl3_GatherData()
195 PRINT_BUF(60, (ss, "raw gather data:", gs->dtlsPacket.buf, nb)); in dtls_GatherData()
Dsslsnce.c875 PRINT_BUF(8, (0, "sessionID:", sid->u.ssl2.sessionID, in ServerSessionIDCache()
877 PRINT_BUF(8, (0, "masterKey:", sid->u.ssl2.masterKey.data, in ServerSessionIDCache()
879 PRINT_BUF(8, (0, "cipherArg:", sid->u.ssl2.cipherArg.data, in ServerSessionIDCache()
892 PRINT_BUF(8, (0, "sessionID:", sid->u.ssl3.sessionID, in ServerSessionIDCache()
957 PRINT_BUF(8, (0, "sessionID:", sessionID, sessionIDLength)); in ServerSessionIDUncache()
958 PRINT_BUF(8, (0, "masterKey:", sid->u.ssl2.masterKey.data, in ServerSessionIDUncache()
960 PRINT_BUF(8, (0, "cipherArg:", sid->u.ssl2.cipherArg.data, in ServerSessionIDUncache()
970 PRINT_BUF(8, (0, "sessionID:", sessionID, sessionIDLength)); in ServerSessionIDUncache()
Dsslimpl.h99 #define PRINT_BUF(a,b) if (ssl_trace >= (a)) ssl_PrintBuf b macro
103 #define PRINT_BUF(a,b) macro
Dsslsecur.c668 PRINT_BUF(4, (ss, "DoRecv receiving plaintext:", out, amount)); in DoRecv()
/external/chromium_org/net/third_party/nss/patches/
Daesgcm.patch733 - PRINT_BUF(95, (NULL, "frag hash1: temp", temp, tempLen));
734 + PRINT_BUF(95, (NULL, "frag hash1: header", header, headerLen));
735 PRINT_BUF(95, (NULL, "frag hash1: input", input, inputLength));
1171 - PRINT_BUF(80, (ss, "cleartext:", plaintext->buf, plaintext->len));
1172 + PRINT_BUF(80, (ss, "cleartext:", plaintext->buf, plaintext->len));
Dcanfalsestart.patch87 - PRINT_BUF(3, (ss, "Send record (plain text)", pIn, nIn));
88 + PRINT_BUF(50, (ss, "Send record (plain text)", pIn, nIn));