OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:expanded_key
(Results
1 - 4
of
4
) sorted by null
/external/srtp/crypto/include/
aes_cbc.h
20
aes_expanded_key_t
expanded_key
; /* the cipher key */
member in struct:__anon11415
aes_icm.h
21
aes_expanded_key_t
expanded_key
; /* the cipher key */
member in struct:__anon11416
/external/srtp/srtp/
ekt.c
151
aes_expanded_key_t
expanded_key
;
local
153
aes_expand_decryption_key(key,
expanded_key
);
154
aes_decrypt(ciphertext,
expanded_key
);
/external/srtp/tables/
aes_tables.c
322
aes_expanded_key_t
expanded_key
, decrypt_key;
local
336
aes_expand_encryption_key(k,
expanded_key
);
338
aes_encrypt(&x,
expanded_key
);
Completed in 30 milliseconds