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 01d170c commit aace8f7Copy full SHA for aace8f7
cryptoki/src/object.rs
@@ -209,8 +209,6 @@ impl AttributeType {
209
CKA_DESTROYABLE => String::from(stringify!(CKA_DESTROYABLE)),
210
CKA_EC_PARAMS => String::from(stringify!(CKA_EC_PARAMS)),
211
CKA_EC_POINT => String::from(stringify!(CKA_EC_POINT)),
212
- CKA_SECONDARY_AUTH => String::from(stringify!(CKA_SECONDARY_AUTH)),
213
- CKA_AUTH_PIN_FLAGS => String::from(stringify!(CKA_AUTH_PIN_FLAGS)),
214
CKA_ALWAYS_AUTHENTICATE => String::from(stringify!(CKA_ALWAYS_AUTHENTICATE)),
215
CKA_WRAP_WITH_TRUSTED => String::from(stringify!(CKA_WRAP_WITH_TRUSTED)),
216
CKA_OTP_FORMAT => String::from(stringify!(CKA_OTP_FORMAT)),
0 commit comments