/external/chromium/crypto/ |
symmetric_key_win.cc | 27 // CALG_AES (which exists, but depending on the functions you are calling, may
|
/external/chromium_org/crypto/ |
symmetric_key_win.cc | 26 // CALG_AES (which exists, but depending on the functions you are calling, may
|
/external/chromium_org/net/third_party/nss/ssl/ |
sslinfo.c | 113 #define C_AES "AES", calg_aes
|
sslimpl.h | 64 #define calg_aes ssl_calg_aes macro [all...] |
ssl3con.c | 247 {cipher_aes_128, calg_aes, 16, 16, type_block, 16,16, kg_strong}, 248 {cipher_aes_256, calg_aes, 32, 32, type_block, 16,16, kg_strong}, 434 { calg_aes , CKM_AES_CBC }, [all...] |