OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AES_ICM
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
crypto_types.h
106
#define
AES_ICM
1
112
#define AES_128_ICM
AES_ICM
142
#define STRONGHOLD_CIPHER
AES_ICM
/external/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c
429
if (cipher->id !=
AES_ICM
)
457
stat = srtp_kdf_init(&kdf,
AES_ICM
, (const uint8_t *)key, kdf_keylen);
886
if (stream->rtp_cipher->type->id ==
AES_ICM
) {
1064
if (stream->rtp_cipher->type->id ==
AES_ICM
) {
[
all
...]
/external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
crypto_kernel.c
71
extern cipher_type_t
aes_icm
;
154
status = crypto_kernel_load_cipher_type(&
aes_icm
,
AES_ICM
);
/external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
aes_icm.c
2
*
aes_icm
.c
49
#include "
aes_icm
.h"
94
extern cipher_type_t
aes_icm
;
113
/* allocate memory a cipher of type
aes_icm
*/
121
(*c)->type = &
aes_icm
;
125
aes_icm
.ref_count++;
139
extern cipher_type_t
aes_icm
;
149
aes_icm
.ref_count--;
553
cipher_type_t
aes_icm
= {
variable
564
(cipher_type_id_t)
AES_ICM
[
all
...]
/external/chromium_org/third_party/libsrtp/srtp/test/
srtp_driver.c
[
all
...]
Completed in 178 milliseconds