Searched refs:cipher_type_alloc (Results 1 - 5 of 5) sorted by relevance

/external/srtp/doc/
H A Dcrypto_kernel.txt28 cipher_type_alloc(cipher_type_t *ctype, cipher_t **cipher,
/external/srtp/crypto/test/
H A Dstat_driver.c72 err_check(cipher_type_alloc(&aes_icm, &c, 30));
H A Dcipher_driver.c183 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/
H A Dcipher.h168 #define cipher_type_alloc(ct, c, klen) ((ct)->alloc((c), (klen))) macro
/external/srtp/crypto/cipher/
H A Dcipher.c110 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 55 milliseconds