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

  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
cipher.h 124 * (see the cipher_type_self_test() function below)
197 * cipher_type_self_test() tests a cipher against test cases provided in
203 cipher_type_self_test(const cipher_type_t *ct);
  /external/srtp/crypto/include/
cipher.h 123 * (see the cipher_type_self_test() function below)
195 * cipher_type_self_test() tests a cipher against test cases provided in
201 cipher_type_self_test(const cipher_type_t *ct);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
crypto_kernel.c 197 status = cipher_type_self_test(ctype->cipher_type);
314 status = cipher_type_self_test(new_ct);
  /external/srtp/crypto/kernel/
crypto_kernel.c 197 status = cipher_type_self_test(ctype->cipher_type);
310 status = cipher_type_self_test(new_ct);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
cipher.c 372 * cipher_type_self_test(ct) performs cipher_type_test on ct's internal
377 cipher_type_self_test(const cipher_type_t *ct) { function
  /external/srtp/crypto/cipher/
cipher.c 74 * cipher_type_self_test(ct) tests a cipher of type ct against test cases
84 cipher_type_self_test(const cipher_type_t *ct) { function
  /external/chromium_org/third_party/libsrtp/srtp/crypto/test/
cipher_driver.c 272 status = cipher_type_self_test(ct);
  /external/srtp/crypto/test/
cipher_driver.c 243 status = cipher_type_self_test(ct);

Completed in 4300 milliseconds