Chromium Code Reviews| Index: nss/lib/pk11wrap/debug_module.c |
| =================================================================== |
| --- nss/lib/pk11wrap/debug_module.c (revision 195639) |
| +++ nss/lib/pk11wrap/debug_module.c (working copy) |
| @@ -353,6 +353,10 @@ |
| CASE(CKM_AES_CBC); |
| CASE(CKM_AES_CBC_ENCRYPT_DATA); |
| CASE(CKM_AES_CBC_PAD); |
| + CASE(CKM_AES_CCM); |
| + CASE(CKM_AES_CTR); |
| + CASE(CKM_AES_CTS); |
| + CASE(CKM_AES_GCM); |
| CASE(CKM_AES_ECB); |
| CASE(CKM_AES_ECB_ENCRYPT_DATA); |
| CASE(CKM_AES_KEY_GEN); |