HomeSort by relevance Sort by last modified time
    Searched refs:cipher_test_case_t (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
cipher.h 120 * cipher_test_case_t is a (list of) key, salt, xtd_seq_num_t,
127 typedef struct cipher_test_case_t { struct
135 struct cipher_test_case_t *next_test_case; /* pointer to next testcase */
136 } cipher_test_case_t; typedef in typeref:struct:cipher_test_case_t
149 cipher_test_case_t *test_data;
213 cipher_type_test(const cipher_type_t *ct, const cipher_test_case_t *test_data);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
null_cipher.c 123 cipher_test_case_t
149 (cipher_test_case_t *) &null_cipher_test_0,
cipher.c 84 cipher_type_test(const cipher_type_t *ct, const cipher_test_case_t *test_data) {
85 const cipher_test_case_t *test_case = test_data;
aes_cbc.c 370 cipher_test_case_t aes_cbc_test_case_0 = {
421 cipher_test_case_t aes_cbc_test_case_1 = {
462 cipher_test_case_t aes_cbc_test_case_2 = {
515 cipher_test_case_t aes_cbc_test_case_3 = {
535 (cipher_test_case_t *) &aes_cbc_test_case_3,
aes_icm.c 497 cipher_test_case_t aes_icm_test_case_0 = {
536 cipher_test_case_t aes_icm_test_case_1 = {
562 (cipher_test_case_t *) &aes_icm_test_case_1,

Completed in 42 milliseconds