Home
last modified time | relevance | path

Searched refs:DTLSEpoch (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
Dsslimpl.h506 typedef PRUint16 DTLSEpoch; typedef
610 DTLSEpoch epoch;
858 DTLSEpoch epoch; /* The epoch to use */
1522 extern PRInt32 ssl3_SendRecord(sslSocket *ss, DTLSEpoch epoch,
1973 DTLSEpoch epoch,
Ddtlscon.c769 DTLSEpoch epoch, in dtls_CompressMACEncryptRecord()
Dssl3con.c2888 DTLSEpoch epoch, /* DTLS only */ in ssl3_SendRecord()
11947 DTLSEpoch epoch = (cText->seq_num.high >> 16) & 0xffff; in ssl3_HandleRecord()