OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aes_cbc_set_iv
(Results
1 - 3
of
3
) sorted by null
/external/srtp/crypto/include/
aes_cbc.h
37
aes_cbc_set_iv
(aes_cbc_ctx_t *c, void *iv);
/external/srtp/crypto/ae_xfm/
xfm.c
72
status =
aes_cbc_set_iv
(&aes_ctx, iv);
148
status =
aes_cbc_set_iv
(&aes_ctx, iv);
237
status =
aes_cbc_set_iv
(&aes_ctx, iv);
403
status =
aes_cbc_set_iv
(&aes_ctx, iv);
/external/srtp/crypto/cipher/
aes_cbc.c
135
aes_cbc_set_iv
(aes_cbc_ctx_t *c, void *iv) {
function
166
* been set, e.g. by calling
aes_cbc_set_iv
()
437
(cipher_set_iv_func_t)
aes_cbc_set_iv
,
Completed in 3340 milliseconds