Home
last modified time | relevance | path

Searched refs:key_length_octets (Results 1 – 4 of 4) sorted by relevance

/external/srtp/crypto/cipher/
Dcipher.c110 status = cipher_type_alloc(ct, &c, test_case->key_length_octets); in cipher_type_self_test()
264 status = cipher_type_alloc(ct, &c, test_case->key_length_octets); in cipher_type_self_test()
290 if (test_case->key_length_octets > MAX_KEY_LEN) in cipher_type_self_test()
292 status = rand_source_get_octet_string(key, test_case->key_length_octets); in cipher_type_self_test()
/external/srtp/crypto/hash/
Dauth.c111 status = auth_type_alloc(at, &a, test_case->key_length_octets, in auth_type_self_test()
134 test_case->key_length_octets)); in auth_type_self_test()
/external/srtp/crypto/include/
Dauth.h110 int key_length_octets; /* octets in key */ member
Dcipher.h127 int key_length_octets; /* octets in key */ member