Searched refs:cipher_type_alloc (Results 1 - 5 of 5) sorted by relevance
/external/srtp/doc/ |
H A D | crypto_kernel.txt | 28 cipher_type_alloc(cipher_type_t *ctype, cipher_t **cipher,
|
/external/srtp/crypto/test/ |
H A D | stat_driver.c | 72 err_check(cipher_type_alloc(&aes_icm, &c, 30));
|
H A D | 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/ |
H A D | cipher.h | 168 #define cipher_type_alloc(ct, c, klen) ((ct)->alloc((c), (klen))) macro
|
/external/srtp/crypto/cipher/ |
H A D | 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 55 milliseconds