HomeSort by relevance Sort by last modified time
    Searched full:octets (Results 101 - 125 of 766) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1Boolean.java 88 byte[] octets)
90 return (octets[0] != 0) ? TRUE : FALSE;
ASN1Set.java 27 * <b>8.11.2</b> The contents octets shall consist of the complete
44 * <i>The contents octets shall consist of zero,
54 * If the encoding is primitive, it shall include the fewest length octets necessary.
69 * encoded in the minimum number of octets.
91 * their trailing end with 0-octets.
93 * NOTE &mdash; The padding octets are for comparison purposes only
  /external/kernel-headers/original/uapi/linux/
ppp_defs.h 18 #define PPP_HDRLEN 4 /* octets for standard ppp header */
19 #define PPP_FCSLEN 2 /* octets for FCS */
  /external/srtp/crypto/rng/
rand_source.c 103 * read len octets from /dev/random to dest, and
104 * check return value to make sure enough octets were
  /external/tcpdump/
print-loopback.c 80 ND_PRINT((ndo, ", data (%u octets)", len - 4));
91 ND_PRINT((ndo, ", data (%u octets)", len - 8));
ip6.h 119 uint8_t ip6h_len; /* length in units of 8 octets */
126 uint8_t ip6d_len; /* length in units of 8 octets */
169 uint8_t ip6r_len; /* length in units of 8 octets */
178 uint8_t ip6r0_len; /* length in units of 8 octets */
print-sflow.c 291 uint8_t octets[8]; member in struct:sflow_vlan_counter_t
320 ND_PRINT((ndo, "\n\t In octets %" PRIu64
330 ND_PRINT((ndo, "\n\t Out octets %" PRIu64
391 ND_PRINT((ndo, "\n\t in high prio frames %u, in high prio octets %" PRIu64,
394 ND_PRINT((ndo, "\n\t in norm prio frames %u, in norm prio octets %" PRIu64,
402 ND_PRINT((ndo, "\n\t out high prio frames %u, out high prio octets %" PRIu64
407 ND_PRINT((ndo, "\n\t in hc high prio octets %" PRIu64
408 ", in hc norm prio octets %" PRIu64
409 ", out hc high prio octets %" PRIu64,
427 ND_PRINT((ndo, "\n\t vlan_id %u, octets %" PRIu6
    [all...]
  /external/libxml2/include/libxml/
encoding.h 97 * The value of @inlen after return is the number of octets consumed
99 * The value of @outlen after return is the number of octets consumed.
119 * The value of @inlen after return is the number of octets consumed
121 * The value of @outlen after return is the number of octets produced.
  /external/srtp/
README 135 19 octets received from SSRC 2078917053 word: A
136 19 octets received from SSRC 2078917053 word: a
137 20 octets received from SSRC 2078917053 word: aa
138 21 octets received from SSRC 2078917053 word: aal
  /external/wpa_supplicant_8/src/radius/
radius_server.h 84 * requiring A-ID to be 16 octets in length, it is recommended to use
91 * eap_fast_a_id_len - Length of eap_fast_a_id buffer in octets
193 * @identity_len: identity buffer length in octets
219 * eap_req_id_text_len - Length of eap_req_id_text buffer in octets
  /external/wpa_supplicant_8/src/utils/
wpabuf.c 266 * wpabuf_zeropad - Pad buffer with 0x00 octets (prefix) to specified length
269 * Returns: wpabuf padded to len octets or %NULL on failure
271 * If buf is longer than len octets or of same size, it will be returned as-is.
272 * Otherwise a new buffer is allocated and prefixed with 0x00 octets followed
  /packages/apps/Nfc/nci/jni/
DataQueue.h 98 UINT16 mDataLen; //number of octets of data
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
IntegerTest.java 60 { // 20 octets
126 // wrong content: is not encoded in minimum number of octets
128 // wrong content: is not encoded in minimum number of octets
  /external/ppp/pppd/include/net/
slcompress.h 38 * the compressed packet. The next two octets are the TCP checksum
39 * from the original datagram. The next 0 to 15 octets are
51 * range 1 - 255 and 3 octets (0, MSB, LSB) for numbers in the
vjcompress.h 38 * the compressed packet. The next two octets are the TCP checksum
39 * from the original datagram. The next 0 to 15 octets are
51 * range 1 - 255 and 3 octets (0, MSB, LSB) for numbers in the
  /external/srtp/crypto/hash/
hmac.c 237 20, /* octets in key */
239 8, /* octets in data */
241 20, /* octets in tag */
  /external/srtp/crypto/include/
crypto_kernel.h 192 * key_len octets. Return values are:
208 * length key_len octets and output tag length of tag_len. Return
238 * The function call crypto_get_random(dest, len) writes len octets of
  /external/vboot_reference/scripts/
genpadding.sh 69 * Length(T) = 35 octets for SHA-1
70 * Length(T) = 51 octets for SHA-256
71 * Length(T) = 83 octets for SHA-512
  /external/webrtc/talk/session/media/
externalhmac.cc 62 20, // Octets in key
64 8, // Octets in data
66 10, // Octets in tag
  /external/libvorbis/doc/
vorbis.html 126 structured into a continuous stream of octets; this last phase is
127 <em>streaming</em>. Note that the stream of octets is referred to both
129 stream of octets is a physical representation of a true logical
194 coding into a vector of octets without wasting space. The octets
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
GEOLocationElement.java 190 private ReverseBitStream(ByteBuffer octets) {
191 mOctets = new byte[octets.remaining()];
192 octets.get(mOctets);
228 private BitStream(int octets) {
229 data = new byte[octets];
  /external/c-ares/
inet_net_pton.c 59 * accepts hex octets, hex strings, decimal octets, and /CIDR.
175 /* If imputed mask is narrower than specified octets, widen. */
258 if (dst - odst > 3) /* too many octets? */
271 if (dst - odst > 3) /* too many octets? */
401 * accepts hex octets, hex strings, decimal octets, and /CIDR.
  /external/srtp/include/
srtp.h 84 * the maximum number of octets that will be added to an RTP packet by
87 * @brief the maximum number of octets added by srtp_protect().
125 * in octets. */
129 * function key in octets. */
131 * tag in octets. */
286 * octets in that packet; otherwise, no assumptions should be made
303 * @param len_ptr is a pointer to the length in octets of the complete
325 * RTP packet and *len_ptr is the number of octets in that packet;
344 * @param len_ptr is a pointer to the length in octets of the complete
745 * *len_ptr is the number of octets in that packet; otherwise, n
    [all...]
  /external/dbus/dbus/
dbus-string.c 929 #define ASSIGN_2_OCTETS(p, octets) \
930 *((dbus_uint16_t*)(p)) = *((dbus_uint16_t*)(octets));
933 #define ASSIGN_4_OCTETS(p, octets) \
934 *((dbus_uint32_t*)(p)) = *((dbus_uint32_t*)(octets));
938 #define ASSIGN_8_OCTETS(p, octets) \
939 *((dbus_uint64_t*)(p)) = *((dbus_uint64_t*)(octets));
942 #define ASSIGN_8_OCTETS(p, octets) \
948 *b++ = octets[0]; \
949 *b++ = octets[1]; \
950 *b++ = octets[2];
    [all...]
  /external/srtp/crypto/cipher/
aes_cbc.c 370 16, /* octets in key */
373 16, /* octets in plaintext */
375 32, /* octets in ciphertext */
421 16, /* octets in key */
424 64, /* octets in plaintext */
426 80, /* octets in ciphertext */

Completed in 1508 milliseconds

1 2 3 45 6 7 8 91011>>