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

  /external/chromium_org/third_party/libsrtp/srtp/doc/
crypto_kernel.txt 28 cipher_type_alloc(cipher_type_t *ctype, cipher_t **cipher,
  /external/srtp/doc/
crypto_kernel.txt 28 cipher_type_alloc(cipher_type_t *ctype, cipher_t **cipher,
  /external/chromium_org/third_party/libsrtp/srtp/crypto/test/
stat_driver.c 109 err_check(cipher_type_alloc(&aes_icm, &c, 30));
143 err_check(cipher_type_alloc(&aes_icm, &c, 46));
cipher_driver.c 191 status = cipher_type_alloc(&null_cipher, &c, 0);
208 status = cipher_type_alloc(&aes_icm, &c, 30);
229 status = cipher_type_alloc(&aes_icm, &c, 46);
403 status = cipher_type_alloc(ctype, cipher_array, klen);
  /external/srtp/crypto/test/
stat_driver.c 72 err_check(cipher_type_alloc(&aes_icm, &c, 30));
cipher_driver.c 183 status = cipher_type_alloc(&null_cipher, &c, 0);
200 status = cipher_type_alloc(&aes_icm, &c, 30);
371 status = cipher_type_alloc(ctype, cipher_array, klen);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
cipher.h 170 #define cipher_type_alloc(ct, c, klen) ((ct)->alloc((c), (klen))) macro
  /external/srtp/crypto/include/
cipher.h 168 #define cipher_type_alloc(ct, c, klen) ((ct)->alloc((c), (klen))) macro
  /external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
cipher.c 110 status = cipher_type_alloc(ct, &c, test_case->key_length_octets);
264 status = cipher_type_alloc(ct, &c, test_case->key_length_octets);
  /external/srtp/crypto/cipher/
cipher.c 110 status = cipher_type_alloc(ct, &c, test_case->key_length_octets);
264 status = cipher_type_alloc(ct, &c, test_case->key_length_octets);

Completed in 497 milliseconds