OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:key_length_octets
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libsrtp/srtp/crypto/hash/
auth.c
111
status = auth_type_alloc(at, &a, test_case->
key_length_octets
,
134
test_case->
key_length_octets
));
/external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
cipher.c
110
status = cipher_type_alloc(ct, &c, test_case->
key_length_octets
);
264
status = cipher_type_alloc(ct, &c, test_case->
key_length_octets
);
290
if (test_case->
key_length_octets
> MAX_KEY_LEN)
292
status = rand_source_get_octet_string(key, test_case->
key_length_octets
);
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
auth.h
112
int
key_length_octets
; /* octets in key */
member in struct:auth_test_case_t
cipher.h
128
int
key_length_octets
; /* octets in key */
member in struct:cipher_test_case_t
Completed in 2978 milliseconds