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

  /external/srtp/crypto/include/
cipher.h 119 * cipher_test_case_t is a (list of) key, salt, xtd_seq_num_t,
126 typedef struct cipher_test_case_t { struct
134 struct cipher_test_case_t *next_test_case; /* pointer to next testcase */
135 } cipher_test_case_t; typedef in typeref:struct:cipher_test_case_t
148 cipher_test_case_t *test_data;
  /external/srtp/crypto/cipher/
null_cipher.c 123 cipher_test_case_t
149 (cipher_test_case_t *) &null_cipher_test_0,
aes_cbc.c 369 cipher_test_case_t aes_cbc_test_case_0 = {
420 cipher_test_case_t aes_cbc_test_case_1 = {
440 (cipher_test_case_t *) &aes_cbc_test_case_0,
aes_icm.c 485 cipher_test_case_t aes_icm_test_case_0 = {
510 (cipher_test_case_t *) &aes_icm_test_case_0,
cipher.c 85 const cipher_test_case_t *test_case = ct->test_data;

Completed in 103 milliseconds