OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cipher_type_alloc
(Results
1 - 5
of
5
) sorted by null
/external/srtp/doc/
crypto_kernel.txt
28
cipher_type_alloc
(cipher_type_t *ctype, cipher_t **cipher,
/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/srtp/crypto/include/
cipher.h
168
#define
cipher_type_alloc
(ct, c, klen) ((ct)->alloc((c), (klen)))
macro
/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 63 milliseconds