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

/sssd/src/responder/secrets/
H A Dsecsrv_private.h128 char **secret);
130 const char *secret,
H A Dlocal.c38 const char *secret, const char *enctype,
50 _secret.data = (char *)sss_base64_decode(mem_ctx, secret,
75 output = talloc_strdup(mem_ctx, secret);
84 const char *secret, const char *enctype,
104 (const uint8_t *)secret, strlen(secret) + 1,
208 char **secret)
211 static const char *attrs[] = { "secret", "enctype", NULL };
218 DEBUG(SSSDBG_TRACE_FUNC, "Retrieving a secret from [%s]\n", req_path);
245 DEBUG(SSSDBG_TRACE_LIBS, "No secret foun
37 local_decrypt(struct local_context *lctx, TALLOC_CTX *mem_ctx, const char *secret, const char *enctype, char **plain_secret) argument
83 local_encrypt(struct local_context *lctx, TALLOC_CTX *mem_ctx, const char *secret, const char *enctype, char **ciphertext) argument
205 local_db_get_simple(TALLOC_CTX *mem_ctx, struct local_context *lctx, const char *req_path, char **secret) argument
475 local_db_put_simple(TALLOC_CTX *mem_ctx, struct local_context *lctx, const char *req_path, const char *secret) argument
789 char *secret; local
[all...]
H A Dproviders.c182 "The secret payload is too large." },
370 char **secret)
420 *secret = talloc_strdup(mem_ctx, json_string_value(element));
421 if (!*secret) {
433 const char *secret,
440 root = json_pack("{s:s, s:s}", "type", "simple", "value", secret);
368 sec_json_to_simple_secret(TALLOC_CTX *mem_ctx, const char *input, char **secret) argument
432 sec_simple_secret_to_json(TALLOC_CTX *mem_ctx, const char *secret, char **output) argument

Completed in 1489 milliseconds