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

  /external/chromium_org/third_party/libsrtp/srtp/crypto/hash/
auth.c 175 * auth_type_self_test(at) performs auth_type_test on at's internal
180 auth_type_self_test(const auth_type_t *at) { function
  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
auth.h 107 * correcness of the implementation. (see the auth_type_self_test()
146 * auth_type_self_test() tests an auth_type against test cases
152 auth_type_self_test(const auth_type_t *at);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/test/
auth_driver.c 123 status = auth_type_self_test(&tmmhv2);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
crypto_kernel.c 211 status = auth_type_self_test(atype->auth_type);
384 status = auth_type_self_test(new_at);

Completed in 125 milliseconds