Searched refs:SENSITIVE_BOOL_ON (Results 1 – 8 of 8) sorted by relevance
1478 attr_mask |= SENSITIVE_BOOL_ON; in kernel_build_private_key_object()1915 attr_mask |= SENSITIVE_BOOL_ON; in kernel_build_secret_key_object()2476 if ((object_p->bool_attr_mask & SENSITIVE_BOOL_ON) || in kernel_get_private_key_attribute()2505 SENSITIVE_BOOL_ON, template)); in kernel_get_private_key_attribute()2720 SENSITIVE_BOOL_ON, template)); in kernel_get_secret_key_attribute()2764 if ((object_p->bool_attr_mask & SENSITIVE_BOOL_ON) || in kernel_get_secret_key_attribute()3054 (object_p->bool_attr_mask & SENSITIVE_BOOL_ON)) { in kernel_set_private_key_attribute()3059 object_p->bool_attr_mask |= SENSITIVE_BOOL_ON; in kernel_set_private_key_attribute()3148 (object_p->bool_attr_mask & SENSITIVE_BOOL_ON)) { in kernel_set_secret_key_attribute()3153 object_p->bool_attr_mask |= SENSITIVE_BOOL_ON; in kernel_set_secret_key_attribute()[all …]
432 #define SENSITIVE_BOOL_ON 0x00000004 macro
1964 attr_mask |= SENSITIVE_BOOL_ON;2594 attr_mask |= SENSITIVE_BOOL_ON;4051 if ((object_p->bool_attr_mask & SENSITIVE_BOOL_ON) ||4080 SENSITIVE_BOOL_ON, template));4320 SENSITIVE_BOOL_ON, template));4365 if ((object_p->bool_attr_mask & SENSITIVE_BOOL_ON) ||4910 (object_p->bool_attr_mask & SENSITIVE_BOOL_ON)) {4915 object_p->bool_attr_mask |= SENSITIVE_BOOL_ON;5014 (object_p->bool_attr_mask & SENSITIVE_BOOL_ON)) {5019 object_p->bool_attr_mask |= SENSITIVE_BOOL_ON;[all …]
78 if (!(key_p->bool_attr_mask & SENSITIVE_BOOL_ON)) { in soft_blowfish_crypt_init_common()
83 if (!(key_p->bool_attr_mask & SENSITIVE_BOOL_ON)) { in soft_aes_crypt_init_common()
91 if (!(key_p->bool_attr_mask & SENSITIVE_BOOL_ON)) { in soft_des_crypt_init_common()
699 #define SENSITIVE_BOOL_ON 0x00000004 macro
1105 if (newkey->bool_attr_mask & SENSITIVE_BOOL_ON) { in soft_derive_enforce_flags()