Searched refs:DECRYPT_BOOL_ON (Results 1 – 7 of 7) sorted by relevance
435 #define DECRYPT_BOOL_ON 0x00000020 macro451 DECRYPT_BOOL_ON|\465 #define PRIVATE_KEY_DEFAULT (DECRYPT_BOOL_ON|\
1490 attr_mask |= DECRYPT_BOOL_ON; in kernel_build_private_key_object()1492 attr_mask &= ~DECRYPT_BOOL_ON; in kernel_build_private_key_object()1927 attr_mask |= DECRYPT_BOOL_ON; in kernel_build_secret_key_object()1929 attr_mask &= ~DECRYPT_BOOL_ON; in kernel_build_secret_key_object()2513 DECRYPT_BOOL_ON, template)); in kernel_get_private_key_attribute()2728 DECRYPT_BOOL_ON, template)); in kernel_get_secret_key_attribute()3064 DECRYPT_BOOL_ON, template)); in kernel_set_private_key_attribute()3162 DECRYPT_BOOL_ON, template)); in kernel_set_secret_key_attribute()3754 attr_mask = (obj->bool_attr_mask) & DECRYPT_BOOL_ON; in kernel_find_match_attrs()
50 if (key_p->is_lib_obj && !(key_p->bool_attr_mask & DECRYPT_BOOL_ON)) { in kernel_decrypt_init()
63 if (!(key_p->bool_attr_mask & DECRYPT_BOOL_ON)) { in C_DecryptInit()
702 #define DECRYPT_BOOL_ON 0x00000020 macro720 #define PRIVATE_KEY_DEFAULT (DECRYPT_BOOL_ON|\727 DECRYPT_BOOL_ON|\
270 if (!(unwrappingkey_p->bool_attr_mask & DECRYPT_BOOL_ON)) { in C_UnwrapKey()
1976 attr_mask |= DECRYPT_BOOL_ON;1978 attr_mask &= ~DECRYPT_BOOL_ON;2606 attr_mask |= DECRYPT_BOOL_ON;2608 attr_mask &= ~DECRYPT_BOOL_ON;4088 DECRYPT_BOOL_ON, template));4328 DECRYPT_BOOL_ON, template));4920 DECRYPT_BOOL_ON, template));5028 DECRYPT_BOOL_ON, template));6542 attr_mask = (obj->bool_attr_mask) & DECRYPT_BOOL_ON;