Home
last modified time | relevance | path

Searched refs:tokens (Results 1 – 13 of 13) sorted by relevance

/systemd-251/src/network/
Dnetworkd-address-generation.c175 Set *tokens, in generate_addresses() argument
195 SET_FOREACH(j, tokens) { in generate_addresses()
263 int radv_generate_addresses(Link *link, Set *tokens, const struct in6_addr *prefix, uint8_t prefixl… in radv_generate_addresses() argument
264 return generate_addresses(link, tokens, &RADV_APP_ID, prefix, prefixlen, ret); in radv_generate_addresses()
294 static int ipv6_token_add(Set **tokens, AddressGenerationType type, const struct in6_addr *addr, co… in ipv6_token_add() argument
297 assert(tokens); in ipv6_token_add()
312 return set_ensure_consume(tokens, &ipv6_token_hash_ops, p); in ipv6_token_add()
331 Set **tokens = data; in config_parse_address_generation_type() local
341 *tokens = set_free(*tokens); in config_parse_address_generation_type()
436 r = ipv6_token_add(tokens, type, &buffer.in6, &secret_key); in config_parse_address_generation_type()
Dnetworkd-address-generation.h12 int radv_generate_addresses(Link *link, Set *tokens, const struct in6_addr *prefix, uint8_t prefixl…
Dnetworkd-radv.h43 Set *tokens; member
Dnetworkd-radv.c76 set_free(prefix->tokens); in prefix_free()
200 r = radv_generate_addresses(link, p->tokens, &p->prefix, p->prefixlen, &addresses); in link_request_radv_addresses()
987 lvalue, ltype, rvalue, &p->tokens, userdata); in config_parse_prefix_token()
/systemd-251/src/core/
Dautomount.c67 static int automount_send_ready(Automount *a, Set *tokens, int status);
95 automount_send_ready(a, a->tokens, -EHOSTDOWN); in unmount_autofs()
116 a->tokens = set_free(a->tokens); in automount_done()
471 static int automount_send_ready(Automount *a, Set *tokens, int status) { in automount_send_ready() argument
479 if (set_isempty(tokens)) in automount_send_ready()
494 while ((token = PTR_TO_UINT(set_steal_first(tokens)))) { in automount_send_ready()
540 (void) automount_send_ready(a, a->tokens, 0); in automount_trigger_notify()
567 (void) automount_send_ready(a, a->tokens, -ENODEV); in automount_trigger_notify()
586 set_clear(a->tokens); in automount_enter_waiting()
787 automount_send_ready(a, a->tokens, -EHOSTDOWN); in automount_enter_running()
[all …]
Dautomount.h32 Set *tokens; member
/systemd-251/src/udev/
Dudev-rules.c154 LIST_FIELDS(UdevRuleToken, tokens);
168 LIST_HEAD(UdevRuleToken, tokens);
273 LIST_FOREACH(tokens, i, rule_line->tokens) in udev_rule_line_clear_tokens()
276 rule_line->tokens = NULL; in udev_rule_line_clear_tokens()
406 LIST_APPEND(tokens, rule_line->current_token, token); in rule_line_append_token()
408 LIST_APPEND(tokens, rule_line->tokens, token); in rule_line_append_token()
1063 head_old = TAKE_PTR(rule_line->tokens); in sort_tokens()
1069 LIST_FOREACH(tokens, t, head_old) in sort_tokens()
1073 LIST_REMOVE(tokens, head_old, min_token); in sort_tokens()
2437 LIST_FOREACH(tokens, token, head) { in udev_rule_apply_parent_token_to_event()
[all …]
/systemd-251/test/test-network/conf/
D25-ipv6-prefix-veth-token-prefixstable.network11 # invalid tokens
/systemd-251/src/basic/linux/
Dpkt_sched.h447 __s32 tokens; member
/systemd-251/docs/
DUSERDB_AND_DESKTOPS.md85 providing a stream-lined UI for enrolling new-style authentication tokens such
DUSER_RECORD.md206 IPC to transfer the user record along with its authentication tokens in one go.
577 against all plugged in security tokens and if there's exactly one matching
955 for unlocking security tokens that require that. (The field `pkcs11Pin` should
/systemd-251/
DNEWS481 use when binding encryption to FIDO2 tokens.
814 wait for PKCS#11/FIDO2 tokens to be plugged in. If the time elapses
2103 TPM2 hardware, as well as FIDO2 security tokens (in addition to the
2104 pre-existing support for PKCS#11 security tokens).
2111 and PKCS#11 security tokens to LUKS volumes, list and destroy
2767 security tokens are lost. Recovery keys may be entered wherever the
3610 security tokens that support the 'hmac-secret' extension, in addition
3612 support. Note that many recent hardware security tokens support both
3620 suitable PKCS#11 security tokens is shown. Similar, the new
4191 ("U2F")/CTAP2 security tokens based on the usage declared in their
[all …]
Dmeson.build1890 subdir('src/cryptsetup/cryptsetup-tokens')