OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:octets
(Results
51 - 75
of
433
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/dropbear/libtomcrypt/src/mac/hmac/
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/wpa_supplicant/
driver_ndis_.c
44
* enum event_types (as int, i.e., 4
octets
)
45
* data length (2
octets
(big endian), optional)
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ndis_.c
41
* enum event_types (as int, i.e., 4
octets
)
42
* data length (2
octets
(big endian), optional)
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
DERUnknownTag.java
16
* @param data the
octets
making up the time.
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ess/
ContentIdentifier.java
30
* Create from OCTET STRING whose
octets
represent the identifier.
/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/encauth/ocb/
ocb_done_encrypt.c
24
@param ptlen 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
)
/external/dropbear/libtomcrypt/src/modes/lrw/
lrw_decrypt.c
24
@param len The length in
octets
, must be a multiple of 16
lrw_encrypt.c
24
@param len The length in
octets
, must be a multiple of 16
Completed in 102 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>