Home
last modified time | relevance | path

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

/external/srtp/crypto/cipher/
Dcipher.c57 cipher_output(cipher_t *c, uint8_t *buffer, int num_octets_to_output) { in cipher_output() argument
60 octet_string_set_to_zero(buffer, num_octets_to_output); in cipher_output()
63 return cipher_encrypt(c, buffer, (unsigned int *) &num_octets_to_output); in cipher_output()
Daes_icm.c445 aes_icm_output(aes_icm_ctx_t *c, uint8_t *buffer, int num_octets_to_output) { in aes_icm_output() argument
446 unsigned int len = num_octets_to_output; in aes_icm_output()
449 octet_string_set_to_zero(buffer, num_octets_to_output); in aes_icm_output()
/external/srtp/crypto/include/
Dcipher.h185 cipher_output(cipher_t *c, uint8_t *buffer, int num_octets_to_output);
/external/srtp/doc/
Dcrypto_kernel.txt61 cipher_output(cipher_t *c, uint8_t *buffer, int num_octets_to_output);