HomeSort by relevance Sort by last modified time
    Searched full:octets (Results 151 - 175 of 735) sorted by null

1 2 3 4 5 67 8 91011>>

  /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/dropbear/libtomcrypt/src/pk/pkcs1/
pkcs_1_pss_decode.c 23 @param msghashlen The length of the hash (octets)
25 @param siglen The length of the signature data (octets)
26 @param saltlen The length of the salt used (octets)
  /external/libppp/src/
slcompress.h 49 * the compressed packet. The next two octets are the TCP checksum
50 * from the original datagram. The next 0 to 15 octets are
62 * range 1 - 255 and 3 octets (0, MSB, LSB) for numbers in the
  /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/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
  /external/wpa_supplicant_8/src/p2p/
p2p.h 86 * ssid_len - Length of SSID in octets
166 * device_name - Device Name (0..32 octets encoded in UTF-8)
171 * manufacturer - Manufacturer (0..64 octets encoded in UTF-8)
176 * model_name - Model Name (0..32 octets encoded in UTF-8)
181 * model_number - Model Number (0..32 octets encoded in UTF-8)
186 * serial_number - Serial Number (0..32 octets encoded in UTF-8)
359 * DIRECT-<random two octets> prefix.
452 * @len: Length of buf in octets
513 * @buf_len: Buffer length in octets
514 * Returns: Number of octets used in buf, 0 to indicate no NoA is bein
    [all...]
  /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/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 */
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_hash.h 155 /** Size of digest in octets */
157 /** Input block size in octets */
172 @param inlen The length of the data (octets)
  /external/tcpdump/
print-cnfp.c 71 u_int32_t octets; member in struct:nfrec
185 printf("tos %u, %u (%u octets) %s",
188 EXTRACT_32BITS(&nr->octets), buf);
  /bionic/libc/include/netinet/
ip6.h 138 u_int8_t ip6h_len; /* length in units of 8 octets */
146 u_int8_t ip6d_len; /* length in units of 8 octets */
226 u_int8_t ip6r_len; /* length in units of 8 octets */
235 u_int8_t ip6r0_len; /* length in units of 8 octets */
  /development/ndk/platforms/android-3/include/netinet/
ip6.h 138 u_int8_t ip6h_len; /* length in units of 8 octets */
146 u_int8_t ip6d_len; /* length in units of 8 octets */
226 u_int8_t ip6r_len; /* length in units of 8 octets */
235 u_int8_t ip6r0_len; /* length in units of 8 octets */
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1OctetString.java 79 * @param string the octets making up the octet string.
  /external/dropbear/libtomcrypt/src/hashes/helper/
hash_memory_multi.c 24 @param inlen The length of the data to hash (octets)
  /external/dropbear/libtomcrypt/src/mac/f9/
f9_process.c 23 @param inlen Length of input in octets
  /external/dropbear/libtomcrypt/src/mac/hmac/
hmac_init.c 27 @param keylen The length of the secret key (octets)
  /external/dropbear/libtomcrypt/src/mac/omac/
omac_process.c 25 @param inlen The length of the input (octets)
  /external/dropbear/libtomcrypt/src/mac/xcbc/
xcbc_init.c 24 @param keylen Length of secret key in octets
  /external/dropbear/libtomcrypt/src/misc/pkcs5/
pkcs_5_1.c 22 @param salt The salt (or nonce) which is 8 octets long
  /external/dropbear/libtomcrypt/src/modes/ctr/
ctr_start.c 26 @param keylen The length of the secret key (octets)
  /external/dropbear/libtomcrypt/src/modes/lrw/
lrw_setiv.c 22 @param IV The IV, must be 16 octets

Completed in 916 milliseconds

1 2 3 4 5 67 8 91011>>