Searched refs:sec_key (Results 1 - 3 of 3) sorted by relevance

/sssd-io/src/responder/kcm/
H A Dkcmsrv_ccache_json.c85 const char *sec_key)
90 sec_key);
112 static bool sec_key_valid(const char *sec_key) argument
114 if (sec_key == NULL) {
118 if (strlen(sec_key) < UUID_STR_SIZE + 1) {
122 DEBUG(SSSDBG_CRIT_FAILURE, "Key %s is too short\n", sec_key);
126 if (sec_key[UUID_STR_SIZE - 1] != SEC_KEY_SEPARATOR) {
135 const char *sec_key,
141 if (!sec_key_valid(sec_key)) {
145 strncpy(uuid_str, sec_key, sizeo
83 sec_cc_url_create(TALLOC_CTX *mem_ctx, struct cli_creds *client, const char *sec_key) argument
134 sec_key_parse(TALLOC_CTX *mem_ctx, const char *sec_key, const char **_name, uuid_t uuid) argument
161 sec_key_get_uuid(const char *sec_key, uuid_t uuid) argument
176 sec_key_get_name(const char *sec_key) argument
185 sec_key_match_name(const char *sec_key, const char *name) argument
195 sec_key_match_uuid(const char *sec_key, uuid_t uuid) argument
871 sec_kv_to_ccache(TALLOC_CTX *mem_ctx, const char *sec_key, const char *sec_value, struct cli_creds *client, struct kcm_ccache **_cc) argument
[all...]
H A Dkcmsrv_ccache.h311 bool sec_key_match_name(const char *sec_key,
314 bool sec_key_match_uuid(const char *sec_key,
317 const char *sec_key_get_name(const char *sec_key);
319 errno_t sec_key_get_uuid(const char *sec_key,
332 const char *sec_key);
335 * sec_key is a concatenation of the ccache's UUID and name
339 const char *sec_key,
H A Dkcmsrv_ccache_secrets.c316 const char *sec_key; member in struct:sec_get_state
328 const char *sec_key)
340 state->sec_key = sec_key;
343 DEBUG(SSSDBG_TRACE_INTERNAL, "Retrieving ccache %s\n", sec_key);
345 cc_url = sec_cc_url_create(state, state->client, state->sec_key);
408 state->sec_key,
445 const char *sec_key; member in struct:sec_get_ccache_state
516 state->sec_key = find_by_name(sec_key_list, state->name);
518 state->sec_key
324 sec_get_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct ccdb_sec *secdb, struct cli_creds *client, const char *sec_key) argument
1997 const char *sec_key; local
[all...]

Completed in 11 milliseconds