OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:octets
(Results
126 - 150
of
735
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/dropbear/libtomcrypt/src/modes/f8/
f8_start.c
26
@param keylen The length of the secret key (
octets
)
28
@param skeylen The length of the salting key (
octets
)
/external/dropbear/libtomcrypt/src/pk/rsa/
rsa_sign_hash.c
23
@param inlen The length of the hash to sign (
octets
)
30
@param saltlen The length of the salt desired (
octets
)
/external/dropbear/libtomcrypt/src/prngs/
rng_get_bytes.c
123
@param outlen Length desired (
octets
)
125
@return Number of
octets
read
/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/chromium_org/third_party/libxml/src/include/libxml/
encoding.h
112
* The value of @inlen after return is the number of
octets
consumed
114
* The value of @outlen after return is the number of
octets
consumed.
134
* The value of @inlen after return is the number of
octets
consumed
136
* The value of @outlen after return is the number of
octets
produced.
/external/dropbear/libtomcrypt/src/encauth/ocb/
ocb_done_decrypt.c
24
@param ctlen The length of the ciphertext (
octets
)
/external/dropbear/libtomcrypt/src/hashes/helper/
hash_memory.c
22
@param inlen The length of the data to hash (
octets
)
/external/dropbear/libtomcrypt/src/mac/f9/
f9_file.c
24
@param keylen The length of the secret key (
octets
)
f9_init.c
24
@param keylen Length of secret key in
octets
/external/dropbear/libtomcrypt/src/mac/omac/
omac_file.c
24
@param keylen The length of the secret key (
octets
)
/external/dropbear/libtomcrypt/src/mac/pmac/
pmac_file.c
24
@param keylen The length of the secret key (
octets
)
/external/dropbear/libtomcrypt/src/mac/xcbc/
xcbc_file.c
24
@param keylen The length of the secret key (
octets
)
xcbc_process.c
23
@param inlen Length of input in
octets
/external/dropbear/libtomcrypt/src/modes/cbc/
cbc_start.c
25
@param keylen The length of the secret key (
octets
)
/external/dropbear/libtomcrypt/src/modes/cfb/
cfb_decrypt.c
24
@param len Length of ciphertext (
octets
)
cfb_encrypt.c
24
@param len Length of plaintext (
octets
)
cfb_start.c
26
@param keylen The length of the secret key (
octets
)
/external/dropbear/libtomcrypt/src/modes/ecb/
ecb_decrypt.c
24
@param len The number of
octets
to process (must be multiple of the cipher block size)
ecb_encrypt.c
24
@param len The number of
octets
to process (must be multiple of the cipher block size)
/external/dropbear/libtomcrypt/src/modes/ofb/
ofb_encrypt.c
24
@param len Length of plaintext (
octets
)
ofb_start.c
26
@param keylen The length of the secret key (
octets
)
/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/tcpdump/
ip6.h
120
u_int8_t ip6h_len; /* length in units of 8
octets
*/
128
u_int8_t ip6d_len; /* length in units of 8
octets
*/
162
u_int8_t ip6r_len; /* length in units of 8
octets
*/
171
u_int8_t ip6r0_len; /* length in units of 8
octets
*/
/external/wpa_supplicant_8/src/utils/
wpabuf.c
257
* wpabuf_zeropad - Pad buffer with 0x00
octets
(prefix) to specified length
260
* Returns: wpabuf padded to len
octets
or %NULL on failure
262
* If buf is longer than len
octets
or of same size, it will be returned as-is.
263
* Otherwise a new buffer is allocated and prefixed with 0x00
octets
followed
Completed in 747 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>