Searched refs:num_octets_to_output (Results 1 - 4 of 4) sorted by relevance
/external/srtp/doc/ |
H A D | crypto_kernel.txt | 61 cipher_output(cipher_t *c, uint8_t *buffer, int num_octets_to_output);
|
/external/srtp/crypto/cipher/ |
H A D | cipher.c | 57 cipher_output(cipher_t *c, uint8_t *buffer, int num_octets_to_output) { argument 60 octet_string_set_to_zero(buffer, num_octets_to_output); 63 return cipher_encrypt(c, buffer, (unsigned int *) &num_octets_to_output);
|
H A D | aes_icm.c | 445 aes_icm_output(aes_icm_ctx_t *c, uint8_t *buffer, int num_octets_to_output) { argument 446 unsigned int len = num_octets_to_output; 449 octet_string_set_to_zero(buffer, num_octets_to_output);
|
/external/srtp/crypto/include/ |
H A D | cipher.h | 185 cipher_output(cipher_t *c, uint8_t *buffer, int num_octets_to_output);
|
Completed in 86 milliseconds