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

1 2 34 5 6 7 8 91011>>

  /external/tcpdump/
slcompress.h 32 * the compressed packet. The next two octets are the TCP checksum
33 * from the original datagram. The next 0 to 15 octets are
45 * range 1 - 255 and 3 octets (0, MSB, LSB) for numbers in the
  /external/dropbear/libtomcrypt/src/encauth/ocb/
ocb_encrypt_authenticate_memory.c 24 @param keylen The length of the secret key (octets)
27 @param ptlen The length of the plaintext (octets)
ocb_done_encrypt.c 24 @param ptlen The length of the plaintext (octets)
  /external/dropbear/libtomcrypt/src/mac/hmac/
hmac_memory.c 24 @param keylen The length of the secret key (octets)
26 @param inlen The length of the data to HMAC (octets)
hmac_memory_multi.c 25 @param keylen The length of the secret key (octets)
29 @param inlen The length of the data to HMAC (octets)
hmac_process.c 24 @param inlen The length of the data to HMAC (octets)
  /external/dropbear/libtomcrypt/src/mac/pmac/
pmac_memory_multi.c 25 @param keylen The length of the secret key (octets)
29 @param inlen The length of data you wish to send through PMAC (octets)
  /external/dropbear/libtomcrypt/src/pk/asn1/der/ia5/
der_decode_ia5_string.c 25 @param out [out] The array of octets stored (one per char)
26 @param outlen [in/out] The number of octets stored
  /external/dropbear/libtomcrypt/src/pk/asn1/der/printable_string/
der_decode_printable_string.c 25 @param out [out] The array of octets stored (one per char)
26 @param outlen [in/out] The number of octets stored
  /external/dropbear/libtomcrypt/src/pk/katja/
katja_encrypt_key.c 23 @param inlen The length of the plaintext (octets)
27 @param lparamlen The length of lparam (octets)
  /external/dropbear/libtomcrypt/src/pk/pkcs1/
pkcs_1_v1_5_decode.c 23 * @param msglen The length of the encoded data (octets)
70 * or the length of ps is less than 8 octets.
pkcs_1_v1_5_encode.c 23 * \param msglen The length of the data to encode (octets)
71 /* generate an octets string PS */
  /external/dropbear/libtomcrypt/src/pk/rsa/
rsa_encrypt_key.c 23 @param inlen The length of the plaintext (octets)
27 @param lparamlen The length of lparam (octets)
  /external/libppp/src/
throughput.c 113 prompt_Printf(prompt, "%llu octets in, %llu octets out\n",
142 log_Printf(level, "%s%sConnect time: %d secs: %llu octets in, %llu octets"
165 unsigned long long octets; local
180 octets = t->in.OctetsPerSecond + t->out.OctetsPerSecond;
181 if (t->BestOctetsPerSecond < octets) {
182 t->BestOctetsPerSecond = octets;
  /external/wpa_supplicant_8/src/drivers/
driver_ndis_.c 35 * enum event_types (as int, i.e., 4 octets)
36 * data length (2 octets (big endian), optional)
  /external/chromium_org/net/quic/
quic_utils.cc 24 const uint8* octets = reinterpret_cast<const uint8*>(data); local
29 hash = hash ^ octets[i];
46 const uint8* octets = reinterpret_cast<const uint8*>(data); local
51 hash = hash ^ uint128(0, octets[i]);
  /external/dropbear/libtomcrypt/src/encauth/eax/
eax_decrypt.c 25 @param length The length (octets) of the ciphertext
eax_encrypt.c 25 @param length The length of the plaintext (octets)
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_prng.h 79 @param inlen Length of the entropy (octets)\
91 @param outlen Length of data desired (octets)
93 @return Number of octets read
110 @param inlen The length of the data to import (octets)
  /external/dropbear/libtomcrypt/src/misc/crypt/
crypt_find_hash_any.c 21 @param digestlen The minimum length of the digest size (octets)
  /external/dropbear/libtomcrypt/src/modes/cbc/
cbc_setiv.c 24 @param len The length of the vector (in octets)
  /external/dropbear/libtomcrypt/src/modes/cfb/
cfb_setiv.c 23 @param len The length of the vector (in octets)
  /external/dropbear/libtomcrypt/src/modes/ctr/
ctr_setiv.c 23 @param len The length of the vector (in octets)
  /external/dropbear/libtomcrypt/src/modes/ecb/
ecb_start.c 25 @param keylen The length of the secret key (octets)
  /external/dropbear/libtomcrypt/src/modes/f8/
f8_setiv.c 23 @param len The length of the vector (in octets)

Completed in 525 milliseconds

1 2 34 5 6 7 8 91011>>