Home
last modified time | relevance | path

Searched refs:ciphertext_length_octets (Results 1 – 2 of 2) sorted by relevance

/external/srtp/crypto/cipher/
Dcipher.c127 if (test_case->ciphertext_length_octets > SELF_TEST_BUF_OCTETS) { in cipher_type_self_test()
155 test_case->ciphertext_length_octets)); in cipher_type_self_test()
158 if (len != test_case->ciphertext_length_octets) in cipher_type_self_test()
161 for (i=0; i < test_case->ciphertext_length_octets; i++) in cipher_type_self_test()
194 if (test_case->ciphertext_length_octets > SELF_TEST_BUF_OCTETS) { in cipher_type_self_test()
198 for (i=0; i < test_case->ciphertext_length_octets; i++) in cipher_type_self_test()
213 len = test_case->ciphertext_length_octets; in cipher_type_self_test()
/external/srtp/crypto/include/
Dcipher.h132 int ciphertext_length_octets; /* octets in plaintext */ member