Lines Matching defs:attr_mask

644 	uint64_t	attr_mask;
662 attr_mask = new_object->bool_attr_mask;
664 attr_mask = SECRET_KEY_DEFAULT;
715 attr_mask |= DERIVE_BOOL_ON;
720 attr_mask |= SENSITIVE_BOOL_ON;
725 attr_mask |= ENCRYPT_BOOL_ON;
727 attr_mask &= ~ENCRYPT_BOOL_ON;
732 attr_mask |= DECRYPT_BOOL_ON;
734 attr_mask &= ~DECRYPT_BOOL_ON;
739 attr_mask |= SIGN_BOOL_ON;
741 attr_mask &= ~SIGN_BOOL_ON;
746 attr_mask |= VERIFY_BOOL_ON;
748 attr_mask &= ~VERIFY_BOOL_ON;
753 attr_mask |= WRAP_BOOL_ON;
758 attr_mask |= UNWRAP_BOOL_ON;
763 attr_mask |= EXTRACTABLE_BOOL_ON;
765 attr_mask &= ~EXTRACTABLE_BOOL_ON;
806 rv = kms_parse_common_attrs(&template[i], &attr_mask);
849 new_object->bool_attr_mask = attr_mask;
1512 uint64_t attr_mask;
1555 attr_mask = (obj->bool_attr_mask) & ENCRYPT_BOOL_ON;
1559 attr_mask = (obj->bool_attr_mask) & DECRYPT_BOOL_ON;
1563 attr_mask = (obj->bool_attr_mask) & WRAP_BOOL_ON;
1567 attr_mask = (obj->bool_attr_mask) & UNWRAP_BOOL_ON;
1571 attr_mask = (obj->bool_attr_mask) & SIGN_BOOL_ON;
1575 attr_mask = (obj->bool_attr_mask) &
1580 attr_mask = (obj->bool_attr_mask) & VERIFY_BOOL_ON;
1584 attr_mask = (obj->bool_attr_mask) &
1589 attr_mask = (obj->bool_attr_mask) & DERIVE_BOOL_ON;
1593 attr_mask = (obj->bool_attr_mask) & LOCAL_BOOL_ON;
1597 attr_mask = (obj->bool_attr_mask) & SENSITIVE_BOOL_ON;
1601 attr_mask = (obj->bool_attr_mask) &
1606 attr_mask = (obj->bool_attr_mask) & TRUSTED_BOOL_ON;
1610 attr_mask = (obj->bool_attr_mask) &
1615 attr_mask = (obj->bool_attr_mask) &
1620 attr_mask = (obj->bool_attr_mask) &
1625 attr_mask = (obj->bool_attr_mask) & TOKEN_BOOL_ON;
1629 attr_mask = (obj->bool_attr_mask) & PRIVATE_BOOL_ON;
1633 attr_mask = (obj->bool_attr_mask) & MODIFIABLE_BOOL_ON;
1679 if (attr_mask) {