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

  /external/chromium_org/third_party/libsrtp/srtp/doc/
crypto_kernel.txt 54 cipher_encrypt(cipher_t *cipher, void *buf, unsigned int *len);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/test/
stat_driver.c 112 err_check(cipher_encrypt(c, buffer, &buf_len));
127 err_check(cipher_encrypt(c, buffer, &buf_len));
146 err_check(cipher_encrypt(c, buffer, &buf_len));
161 err_check(cipher_encrypt(c, buffer, &buf_len));
cipher_driver.c 314 status = cipher_encrypt(c, buffer0, &buflen);
335 status = cipher_encrypt(c, current, &len);
474 /* length parameter to cipher_encrypt is in/out -- out is total, padded
480 cipher_encrypt(cipher_array[cipher_index], enc_buf, &octets_to_encrypt);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
cipher.c 63 return cipher_encrypt(c, buffer, (unsigned int *) &num_octets_to_output);
147 status = cipher_encrypt(c, buffer, &len);
315 status = cipher_encrypt(c, buffer, &length);
409 cipher_encrypt(c, enc_buf, &len);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
cipher.h 176 #define cipher_encrypt(c, buf, len) \ macro
  /external/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c 397 status = cipher_encrypt(kdf->cipher, key, &length);
942 status = cipher_encrypt(stream->rtp_cipher,
    [all...]

Completed in 614 milliseconds