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

  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
cipher.h 207 * cipher_type_test() tests a cipher against external test cases provided in
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/
cipher.c 74 * cipher_type_test(ct, test_data) tests a cipher of type ct against
84 cipher_type_test(const cipher_type_t *ct, const cipher_test_case_t *test_data) { function
372 * cipher_type_self_test(ct) performs cipher_type_test on ct's internal
378 return cipher_type_test(ct, ct->test_data);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
crypto_kernel.c 325 status = cipher_type_test(new_ct, ctype->cipher_type->test_data);

Completed in 1315 milliseconds