We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8940193 commit 70e0d4cCopy full SHA for 70e0d4c
src/lib/pkcs11/pkcs11.h
@@ -2848,7 +2848,7 @@ _CK_DECLARE_FUNCTION (C_DecapsulateKey,
2848
struct ck_attribute *templ,
2849
unsigned long attribute_count,
2850
unsigned char *ciphertext,
2851
- unsigned long *ciphertext_len,
+ unsigned long ciphertext_len,
2852
ck_object_handle_t *key_ptr));
2853
_CK_DECLARE_FUNCTION (C_VerifySignatureInit,
2854
(ck_session_handle_t session,
@@ -3053,6 +3053,7 @@ typedef unsigned char CK_BBOOL;
3053
typedef unsigned long int CK_ULONG;
3054
typedef long int CK_LONG;
3055
typedef CK_BYTE *CK_BYTE_PTR;
3056
+typedef CK_FLAGS *CK_FLAGS_PTR;
3057
typedef CK_CHAR *CK_CHAR_PTR;
3058
typedef CK_UTF8CHAR *CK_UTF8CHAR_PTR;
3059
typedef CK_ULONG *CK_ULONG_PTR;
0 commit comments