Home
last modified time | relevance | path

Searched refs:Portion (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/doc/
Drfc3711.txt314 +- Encrypted Portion* Authenticated Portion ---+
316 Figure 1. The format of an SRTP packet. *Encrypted Portion is the
319 The "Encrypted Portion" of an SRTP packet consists of the encryption
321 equivalent RTP packet. The Encrypted Portion MAY be the exact size
367 data. The Authenticated Portion of an SRTP packet
369 Portion of the SRTP packet. Thus, if both encryption and
602 5. Encrypt the RTP payload to produce the Encrypted Portion of the
611 Authenticated Portion of the packet, as described in Section 4.2.
664 6. Decrypt the Encrypted Portion of the packet (see Section 4.1, for
886 +-- Encrypted Portion Authenticated Portion -----+
[all …]
/external/srtp/doc/
Drfc3711.txt314 +- Encrypted Portion* Authenticated Portion ---+
316 Figure 1. The format of an SRTP packet. *Encrypted Portion is the
319 The "Encrypted Portion" of an SRTP packet consists of the encryption
321 equivalent RTP packet. The Encrypted Portion MAY be the exact size
367 data. The Authenticated Portion of an SRTP packet
369 Portion of the SRTP packet. Thus, if both encryption and
602 5. Encrypt the RTP payload to produce the Encrypted Portion of the
611 Authenticated Portion of the packet, as described in Section 4.2.
664 6. Decrypt the Encrypted Portion of the packet (see Section 4.1, for
886 +-- Encrypted Portion Authenticated Portion -----+
[all …]
/external/chromium_org/v8/src/
Dhydrogen-instructions.cc4583 Portion portion = kInobject; in ForMapAndOffset()
4623 Portion portion = kInobject; in ForContextSlot()
4632 Portion portion = kInobject; in ForJSArrayOffset()
Dhydrogen-instructions.h6293 enum Portion { enum
6306 HObjectAccess(Portion portion, int offset,
6327 class PortionField : public BitField<Portion, 0, 3> {};
6341 inline Portion portion() const { in portion()