| |
| Constants |
| des |
0x0u |
Use the DES algorithim |
NO COMMENTS
|
| aes-gcm-128 |
0x10u |
Combined-mode,128 bit key,16 byte ICV(Authentication Tag) |
NO COMMENTS
|
| 3des |
0x1u |
Use the triple DES algorithim |
NO COMMENTS
|
| aes-gcm-256 |
0x20u |
Combined-mode,256 bit key,16 byte ICV(Authentication Tag) |
NO COMMENTS
|
| aes-cbc-128 |
0x2u |
Use the AES algorithim |
NO COMMENTS
|
| aes-cbc-192 |
0x4u |
Use the AES algorithim |
NO COMMENTS
|
| aes-cbc-256 |
0x8u |
Use the AES algorithim |
NO COMMENTS
|
| DEFAULT |
3des(0x1u) |
Use the triple DES algorithim |
NO COMMENTS
|
|