Lines Matching +full:0 +full:x9
41 #define SOFTTOKEN_OBJECT_MAGIC 0xECF0B002
100 * PKCS11: X9.42 Diffie-Hellman Public Key Object Attributes
168 * PKCS11: X9.42 Diffie-Hellman Private Key Object Attributes
221 * PKCS11: X9.42 Diffie-Hellman Domain Parameters Object Attributes
362 #define SESSION_PUBLIC 0 /* CKA_TOKEN = 0, CKA_PRIVATE = 0 */
363 #define SESSION_PRIVATE 1 /* CKA_TOKEN = 0, CKA_PRIVATE = 1 */
364 #define TOKEN_PUBLIC 2 /* CKA_TOKEN = 1, CKA_PRIVATE = 0 */
371 ALL_TOKEN = 0,
453 * X9.42 Diffie-Hellman Public Key Object Attributes
570 * X9.42 Diffie-Hellman Private Key Object Attributes
641 * X9.42 Diffie-Hellman Domain Parameters Object Attributes
701 #define DERIVE_BOOL_ON 0x00000001
702 #define LOCAL_BOOL_ON 0x00000002
703 #define SENSITIVE_BOOL_ON 0x00000004
704 #define SECONDARY_AUTH_BOOL_ON 0x00000008
705 #define ENCRYPT_BOOL_ON 0x00000010
706 #define DECRYPT_BOOL_ON 0x00000020
707 #define SIGN_BOOL_ON 0x00000040
708 #define SIGN_RECOVER_BOOL_ON 0x00000080
709 #define VERIFY_BOOL_ON 0x00000100
710 #define VERIFY_RECOVER_BOOL_ON 0x00000200
711 #define WRAP_BOOL_ON 0x00000400
712 #define UNWRAP_BOOL_ON 0x00000800
713 #define TRUSTED_BOOL_ON 0x00001000
714 #define EXTRACTABLE_BOOL_ON 0x00002000
715 #define ALWAYS_SENSITIVE_BOOL_ON 0x00004000
716 #define NEVER_EXTRACTABLE_BOOL_ON 0x00008000
717 #define NOT_MODIFIABLE_BOOL_ON 0x00010000
761 if ((--object_p->obj_refcnt) == 0 && \