1

Is there a complete definition list for all CKx abbreviations in PKCS#11? I believe I gathered most of them:

CK  = ... Data type or general constant
CKA = ... Attribute
CKC = ... Certificate type
CKD = ... Key derivation function
CKF = ... Bit flag
CKG = ... Mask generation function
CKH = ... Hardware features type
CKK = ... Key type
CKM = ... Mechanism type
CKN = ... Notification
CKO = ... Object class
CKP = ... Pseudo-random function
CKR = ... Return value
CKS = ... Session state
CKU = ... User type
CKZ = ... Salt/Encoding parameter

Are these correct? Am I missing any?

Bruno Rohée
  • 5,221
  • 28
  • 39
Justin Case
  • 113
  • 6

1 Answers1

3

They are defined in the standard, maintained on the OASIS website...symbols and abbreviations.

And the list there matches yours.

R15
  • 2,923
  • 1
  • 11
  • 21