Home
last modified time | relevance | path

Searched refs:USER_RECORD_SECRET (Results 1 – 7 of 7) sorted by relevance

/systemd-251/src/shared/
Duser-record.h38 USER_RECORD_SECRET = 1U << 1, enumerator
54 USER_RECORD_REQUIRE_SECRET = USER_RECORD_SECRET << 7,
63 USER_RECORD_ALLOW_SECRET = USER_RECORD_SECRET << 14,
72 USER_RECORD_STRIP_SECRET = USER_RECORD_SECRET << 21,
Dgroup-record.c226 if ((USER_RECORD_REQUIRE_MASK(load_flags) & (USER_RECORD_SECRET|USER_RECORD_PRIVILEGED))) in group_record_load()
Duser-record.c1390 { USER_RECORD_SECRET, "secret" }, in user_group_record_mangle()
/systemd-251/src/home/
Duser-record-util.c201 if ((embedded->mask & (USER_RECORD_SECRET|USER_RECORD_BINDING)) != 0) in user_record_reconcile()
930 SET_FLAG(h->mask, USER_RECORD_SECRET, !json_variant_is_blank_object(w)); in user_record_set_password()
992 SET_FLAG(h->mask, USER_RECORD_SECRET, !json_variant_is_blank_object(w)); in user_record_set_token_pin()
1023 SET_FLAG(h->mask, USER_RECORD_SECRET, !json_variant_is_blank_object(w)); in user_record_set_pkcs11_protected_authentication_path_permitted()
1051 SET_FLAG(h->mask, USER_RECORD_SECRET, !json_variant_is_blank_object(w)); in user_record_set_fido2_user_presence_permitted()
1079 SET_FLAG(h->mask, USER_RECORD_SECRET, !json_variant_is_blank_object(w)); in user_record_set_fido2_user_verification_permitted()
Dhome-util.c121 if (!FLAGS_SET(secret->mask, USER_RECORD_SECRET)) in bus_message_append_secret()
Dhomed-varlink.c168 assert(!FLAGS_SET(g->mask, USER_RECORD_SECRET)); in build_group_json()
Dhomed-home.c247 FLAGS_SET(hr->mask, USER_RECORD_SECRET)) in home_set_record()
1613 if (!secret && FLAGS_SET(hr->mask, USER_RECORD_SECRET)) { in home_update_internal()