Chromium Code Reviews| Index: mozilla/security/nss/lib/util/pkcs11t.h |
| =================================================================== |
| --- mozilla/security/nss/lib/util/pkcs11t.h (revision 164196) |
| +++ mozilla/security/nss/lib/util/pkcs11t.h (working copy) |
| @@ -1269,6 +1269,10 @@ |
| /* The following EC Key Derivation Functions are defined */ |
| #define CKD_NULL 0x00000001 |
| #define CKD_SHA1_KDF 0x00000002 |
| +#define CKD_SHA224_KDF 0x00000005 |
|
wtc
2012/11/07 22:12:33
Would be nice to add 3 and 4.
|
| +#define CKD_SHA256_KDF 0x00000006 |
| +#define CKD_SHA384_KDF 0x00000007 |
| +#define CKD_SHA512_KDF 0x00000008 |
| /* CK_ECDH1_DERIVE_PARAMS is new for v2.11. |
| * CK_ECDH1_DERIVE_PARAMS provides the parameters to the |