HomeSort by relevance Sort by last modified time
    Searched refs:cipher_output (Results 1 - 4 of 4) sorted by null

  /external/srtp/doc/
crypto_kernel.txt 61 cipher_output(cipher_t *c, uint8_t *buffer, int num_octets_to_output);
  /external/srtp/crypto/include/
cipher.h 185 cipher_output(cipher_t *c, uint8_t *buffer, int num_octets_to_output);
  /external/srtp/crypto/cipher/
cipher.c 57 cipher_output(cipher_t *c, uint8_t *buffer, int num_octets_to_output) { function
  /external/srtp/srtp/
srtp.c 788 status = cipher_output(stream->rtp_cipher, auth_tag, prefix_len);
1004 status = cipher_output(stream->rtp_cipher, tmp_tag, prefix_len);
    [all...]

Completed in 34 milliseconds