Searched refs:num_octets_to_output (Results 1 - 4 of 4) sorted by relevance

/external/srtp/doc/
H A Dcrypto_kernel.txt61 cipher_output(cipher_t *c, uint8_t *buffer, int num_octets_to_output);
/external/srtp/crypto/cipher/
H A Dcipher.c57 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 Daes_icm.c445 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 Dcipher.h185 cipher_output(cipher_t *c, uint8_t *buffer, int num_octets_to_output);

Completed in 73 milliseconds