Searched defs:secret (Results 1 - 2 of 2) sorted by relevance

/sssd-io/src/responder/secrets/
H A Dproviders.c238 "The secret payload is too large." },
509 char **secret)
559 *secret = talloc_strdup(mem_ctx, json_string_value(element));
560 if (!*secret) {
572 const char *secret,
579 root = json_pack("{s:s, s:s}", "type", "simple", "value", secret);
507 sec_json_to_simple_secret(TALLOC_CTX *mem_ctx, const char *input, char **secret) argument
571 sec_simple_secret_to_json(TALLOC_CTX *mem_ctx, const char *secret, char **output) argument
H A Dlocal.c43 const char *secret, const char *enctype,
55 _secret.data = (char *)sss_base64_decode(mem_ctx, secret,
80 output = talloc_strdup(mem_ctx, secret);
89 const char *secret, const char *enctype,
109 (const uint8_t *)secret, strlen(secret) + 1,
221 char **secret)
224 static const char *attrs[] = { "secret", "enctype", NULL };
230 DEBUG(SSSDBG_TRACE_FUNC, "Retrieving a secret from [%s]\n", lc_req->path);
250 DEBUG(SSSDBG_TRACE_LIBS, "No secret foun
42 local_decrypt(struct local_context *lctx, TALLOC_CTX *mem_ctx, const char *secret, const char *enctype, char **plain_secret) argument
88 local_encrypt(struct local_context *lctx, TALLOC_CTX *mem_ctx, const char *secret, const char *enctype, char **ciphertext) argument
218 local_db_get_simple(TALLOC_CTX *mem_ctx, struct local_context *lctx, struct local_db_req *lc_req, char **secret) argument
573 local_db_put_simple(TALLOC_CTX *mem_ctx, struct local_context *lctx, struct local_db_req *lc_req, const char *secret) argument
911 char *secret; local
[all...]

Completed in 253 milliseconds