Searched
full:octets (Results
251 -
275 of
735) sorted by null
<<11121314151617181920>>
/external/libppp/src/ |
link.c | 151 link_PendingLowPriorityData(struct link *l, size_t *pkts, size_t *octets) 169 *pkts = *octets = 0; 174 *octets += m_length(m) - m->priv;
|
/external/dropbear/libtomcrypt/ |
crypt.tex | 391 \mysection{Functions that use Arrays of Octets} 572 /** min keysize (octets) */ 575 /** max keysize (octets) */ 578 /** block size (octets) */ [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver.h | 181 * @ie_len: length of the following IE field in octets 182 * @beacon_ie_len: length of the following Beacon IE field in octets 207 * Followed by ie_len octets of IEs from Probe Response frame (or if 210 * follow (with beacon_ie_len octets of data) if the driver provides 262 * ssid_len: Length of the SSID in octets 279 * extra_ies_len - Length of extra_ies in octets 513 * ft_md - FT Mobility domain (6 octets) (also included inside ft_ies) 628 * head_len - Length of the head buffer in octets 638 * tail_len - Length of the tail buffer in octets 669 * proberesp_len - Length of the proberesp buffer in octets [all...] |
/external/apache-http/src/org/apache/http/ |
Header.java | 47 * field-content = <the OCTETs making up the field-value
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
internet_detail_ip_address_field.js | 83 * whitespace and leading zeros from each of the octets so that they conform
|
/external/chromium_org/crypto/ |
hkdf.cc | 34 // |prk| is a pseudorandom key (of kSHA256HashLength octets).
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_pk.h | 157 /** The size of the curve in octets */ 306 /** The order of the sub-group used in octets */ 483 int der_length_ia5_string(const unsigned char *octets, unsigned long noctets, unsigned long *outlen); 493 int der_length_printable_string(const unsigned char *octets, unsigned long noctets, unsigned long *outlen);
|
/external/dropbear/libtomcrypt/src/mac/omac/ |
omac_init.c | 26 @param keylen The length of the secret key (octets)
|
/external/dropbear/libtomcrypt/src/modes/ctr/ |
ctr_encrypt.c | 25 @param len Length of plaintext (octets)
|
/external/dropbear/libtomcrypt/src/modes/f8/ |
f8_encrypt.c | 24 @param len Length of plaintext (octets)
|
/external/dropbear/libtomcrypt/src/modes/lrw/ |
lrw_process.c | 24 @param len The length of the input, must be a multiple of 128-bits (16 octets)
|
lrw_start.c | 25 @param keylen The length of the cipher key in octets
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/ |
der_length_sequence.c | 24 @param outlen [out] The length required in octets to store it
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/utctime/ |
der_decode_utctime.c | 45 @param inlen Length of input buffer in octets
|
/external/dropbear/libtomcrypt/src/pk/dsa/ |
dsa_decrypt_key.c | 23 @param inlen The length of the ciphertext (octets)
|
dsa_encrypt_key.c | 23 @param inlen The length of the key to encrypt (octets)
|
dsa_verify_hash.c | 87 @param siglen The length of the signature (octets)
|
/external/dropbear/libtomcrypt/src/pk/ecc/ |
ecc_decrypt_key.c | 29 @param inlen The length of the ciphertext (octets)
|
ecc_encrypt_key.c | 29 @param inlen The length of the key to encrypt (octets)
|
ecc_make_key.c | 30 @param keysize The keysize for the new key (in octets from 20 to 65 bytes)
|
/external/dropbear/libtomcrypt/src/pk/katja/ |
katja_exptmod.c | 23 @param inlen The length of the input (octets)
|
katja_make_key.c | 24 @param size The size of the modulus (key size) desired (octets)
|
/external/dropbear/libtomcrypt/src/pk/rsa/ |
rsa_exptmod.c | 23 @param inlen The length of the input (octets)
|
/external/kernel-headers/original/linux/ |
if_tr.h | 26 #define TR_ALEN 6 /* Octets in one token-ring addr */
|
/external/srtp/crypto/cipher/ |
aes_icm.c | 177 /* force last two octets of the offset to zero (for srtp compatibility) */ 486 30, /* octets in key */ 489 32, /* octets in plaintext */ 491 32, /* octets in ciphertext */
|
Completed in 816 milliseconds
<<11121314151617181920>>