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

  /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/srtp/crypto/kernel/
crypto_kernel.c 197 status = cipher_type_self_test(ctype->cipher_type);
310 status = cipher_type_self_test(new_ct);
  /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/srtp/crypto/test/
cipher_driver.c 243 status = cipher_type_self_test(ct);

Completed in 209 milliseconds