OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aes_icm_set_iv
(Results
1 - 3
of
3
) sorted by null
/external/srtp/crypto/include/
aes_icm.h
31
aes_icm_set_iv
(aes_icm_ctx_t *c, void *iv);
/external/srtp/crypto/cipher/
aes_icm.c
257
*
aes_icm_set_iv
(c, iv) sets the counter value to the exor of iv with
262
aes_icm_set_iv
(aes_icm_ctx_t *c, void *iv) {
function
507
(cipher_set_iv_func_t)
aes_icm_set_iv
,
/external/srtp/srtp/
srtp.c
336
aes_icm_set_iv
(&kdf->c, &nonce);
930
status =
aes_icm_set_iv
((aes_icm_ctx_t*)stream->rtp_cipher->state, &iv);
[
all
...]
Completed in 386 milliseconds