OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cipher_encrypt
(Results
1 - 6
of
6
) sorted by null
/external/srtp/doc/
crypto_kernel.txt
54
cipher_encrypt
(cipher_t *cipher, void *buf, unsigned int *len);
/external/srtp/crypto/test/
stat_driver.c
75
err_check(
cipher_encrypt
(c, buffer, &buf_len));
90
err_check(
cipher_encrypt
(c, buffer, &buf_len));
cipher_driver.c
285
status =
cipher_encrypt
(c, buffer0, &buflen);
306
status =
cipher_encrypt
(c, current, &len);
443
cipher_encrypt
(cipher_array[cipher_index], enc_buf, &octets_in_buffer);
/external/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);
395
cipher_encrypt
(c, enc_buf, &len);
/external/srtp/crypto/include/
cipher.h
174
#define
cipher_encrypt
(c, buf, len) \
macro
/external/srtp/srtp/
srtp.c
798
status =
cipher_encrypt
(stream->rtp_cipher,
1053
status =
cipher_encrypt
(stream->rtp_cipher,
[
all
...]
Completed in 502 milliseconds