/external/dropbear/libtomcrypt/src/pk/asn1/der/ia5/ |
der_length_ia5_string.c | 151 @param octets The values you want to encode 152 @param noctets The number of octets in the string to encode 156 int der_length_ia5_string(const unsigned char *octets, unsigned long noctets, unsigned long *outlen) 161 LTC_ARGCHK(octets != NULL); 165 if (der_ia5_char_encode(octets[x]) == -1) {
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/printable_string/ |
der_length_printable_string.c | 123 @param octets The values you want to encode 124 @param noctets The number of octets in the string to encode 128 int der_length_printable_string(const unsigned char *octets, unsigned long noctets, unsigned long *outlen) 133 LTC_ARGCHK(octets != NULL); 137 if (der_printable_char_encode(octets[x]) == -1) {
|
/external/srtp/crypto/include/ |
auth.h | 110 int key_length_octets; /* octets in key */ 112 int data_length_octets; /* octets in data */ 114 int tag_length_octets; /* octets in tag */ 137 int out_len; /* length of output tag in octets */ 138 int key_len; /* length of key in octets */
|
sha1.h | 56 int octets_in_buffer; /* octets of message in buffer */ 61 * sha1(&ctx, msg, len, output) hashes the len octets starting at msg 62 * into the SHA1 context, then writes the result to the 20 octets at 73 * sha1_update(&ctx, msg, len) hashes the len octets starting at msg 77 * context and writes the result to the 20 octets at output
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
802.11e.h | 42 uint8 octets[3]; member in struct:tsinfo 91 #define WLC_CAC_GET_TID(pt) ((((pt).octets[0]) & TS_INFO_TID_MASK) >> TS_INFO_TID_SHIFT) 92 #define WLC_CAC_GET_DIR(pt) ((((pt).octets[0]) & \ 94 #define WLC_CAC_GET_PSB(pt) ((((pt).octets[1]) & TS_INFO_PSB_MASK) >> TS_INFO_PSB_SHIFT) 95 #define WLC_CAC_GET_USER_PRIO(pt) ((((pt).octets[1]) & \ 98 #define WLC_CAC_SET_TID(pt, id) ((((pt).octets[0]) & (~TS_INFO_TID_MASK)) | \ 100 #define WLC_CAC_SET_USER_PRIO(pt, prio) ((((pt).octets[0]) & (~TS_INFO_USER_PRIO_MASK)) | \
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
BEROctetString.java | 37 throw new IllegalArgumentException("exception converting octets " + e.toString()); 45 * @param string the octets making up the octet string. 67 * return the DER octets that make up this string.
|
/external/dropbear/libtomcrypt/src/encauth/eax/ |
eax_encrypt_authenticate_memory.c | 24 @param keylen The length of the secret key (octets) 28 @param headerlen The length of the header (octets) 30 @param ptlen The length of the plaintext (octets)
|
/external/dropbear/libtomcrypt/src/encauth/ocb/ |
ocb_decrypt_verify_memory.c | 24 @param keylen The length of the secret key (octets) 27 @param ctlen The length of the ciphertext (octets) 30 @param taglen The length of the tag (octets)
|
/external/dropbear/libtomcrypt/src/mac/f9/ |
f9_memory_multi.c | 25 @param keylen The length of the secret key (octets) 27 @param outlen [in/out] The max size and resulting size of the authentication tag (octets) 29 @param inlen The length of the data to send through f9 (octets)
|
f9_memory.c | 23 @param keylen Length of key in octets 25 @param inlen Length of input in octets
|
/external/dropbear/libtomcrypt/src/mac/omac/ |
omac_memory.c | 24 @param keylen The length of the secret key (octets) 26 @param inlen The length of the data to send through OMAC (octets) 28 @param outlen [in/out] The max size and resulting size of the authentication tag (octets)
|
omac_memory_multi.c | 25 @param keylen The length of the secret key (octets) 27 @param outlen [in/out] The max size and resulting size of the authentication tag (octets) 29 @param inlen The length of the data to send through OMAC (octets)
|
/external/dropbear/libtomcrypt/src/mac/xcbc/ |
xcbc_memory_multi.c | 25 @param keylen The length of the secret key (octets) 27 @param outlen [in/out] The max size and resulting size of the authentication tag (octets) 29 @param inlen The length of the data to send through XCBC (octets)
|
xcbc_memory.c | 23 @param keylen Length of key in octets 25 @param inlen Length of input in octets
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/octet/ |
der_encode_octet_string.c | 23 @param in The array of OCTETS to store (one per char) 24 @param inlen The number of OCTETS to store 71 /* store octets */
|
der_decode_octet_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_decrypt_key.c | 23 @param inlen The length of the ciphertext (octets) 25 @param outlen [in/out] The max size and resulting size of the plaintext (octets) 27 @param lparamlen The length of the lparam value (octets)
|
/external/dropbear/libtomcrypt/src/pk/rsa/ |
rsa_decrypt_key.c | 23 @param inlen The length of the ciphertext (octets) 25 @param outlen [in/out] The max size and resulting size of the plaintext (octets) 27 @param lparamlen The length of the lparam value (octets)
|
/external/ppp/pppd/plugins/radius/etc/ |
dictionary | 9 # string - 0-253 octets 10 # ipaddr - 4 octets in network byte order 77 ATTRIBUTE Acct-Input-Octets 42 integer 78 ATTRIBUTE Acct-Output-Octets 43 integer 125 ATTRIBUTE Session-Octets-Limit 227 integer 127 ATTRIBUTE Octets-Direction 228 integer 246 # Octets-Direction 247 VALUE Octets-Direction Sum 0 248 VALUE Octets-Direction Input 1 249 VALUE Octets-Direction Output [all...] |
/external/dropbear/libtomcrypt/src/misc/ |
zeromem.c | 21 @param outlen The length of the area to zero (octets)
|
/external/dropbear/libtomcrypt/src/modes/ctr/ |
ctr_decrypt.c | 24 @param len Length of ciphertext (octets)
|
/external/dropbear/libtomcrypt/src/modes/f8/ |
f8_decrypt.c | 24 @param len Length of ciphertext (octets)
|
/external/dropbear/libtomcrypt/src/modes/ofb/ |
ofb_decrypt.c | 24 @param len Length of ciphertext (octets)
|
/external/wpa_supplicant_8/wpa_supplicant/ |
bss.h | 90 /** Length of the following IE field in octets (from Probe Response) */ 92 /** Length of the following Beacon IE field in octets */ 94 /* followed by ie_len octets of IEs */ 95 /* followed by beacon_ie_len octets of IEs */
|
/external/dropbear/libtomcrypt/src/mac/pmac/ |
pmac_memory.c | 24 @param keylen The length of the secret key (octets) 26 @param inlen The length of data you wish to send through PMAC (octets)
|