Home
last modified time | relevance | path

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

/external/libsrtp2/crypto/hash/
Dauth.c113 status = srtp_auth_type_alloc(at, &a, test_case->key_length_octets, in srtp_auth_type_test()
137 test_case->key_length_octets)); in srtp_auth_type_test()
/external/libsrtp2/crypto/cipher/
Dcipher.c237 status = srtp_cipher_type_alloc(ct, &c, test_case->key_length_octets, in srtp_cipher_type_test()
452 status = srtp_cipher_type_alloc(ct, &c, test_case->key_length_octets, in srtp_cipher_type_test()
478 if (test_case->key_length_octets > MAX_KEY_LEN) { in srtp_cipher_type_test()
482 srtp_cipher_rand_for_tests(key, test_case->key_length_octets); in srtp_cipher_type_test()
/external/libsrtp2/crypto/include/
Dauth.h113 int key_length_octets; /* octets in key */ member
Dcipher.h135 int key_length_octets; /* octets in key */ member