mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
[NSS] Update NSS
This commit is contained in:
parent
56462e8365
commit
96a9380208
7 changed files with 142 additions and 30 deletions
|
|
@ -940,6 +940,12 @@ typedef CK_ULONG CK_MECHANISM_TYPE;
|
|||
#define CKM_DH_PKCS_PARAMETER_GEN 0x00002001
|
||||
#define CKM_X9_42_DH_PARAMETER_GEN 0x00002002
|
||||
|
||||
/* new for v2.40 */
|
||||
#define CKM_AES_CFB1 0x00002108UL
|
||||
#define CKM_AES_KEY_WRAP 0x00002109UL
|
||||
#define CKM_AES_KEY_WRAP_PAD 0x0000210AUL
|
||||
#define CKM_AES_KEY_WRAP_KWP 0x0000210BUL
|
||||
|
||||
#define CKM_VENDOR_DEFINED 0x80000000
|
||||
|
||||
typedef CK_MECHANISM_TYPE CK_PTR CK_MECHANISM_TYPE_PTR;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue