Searched defs:req_path (Results 1 - 1 of 1) sorted by relevance
/sssd/src/responder/secrets/ |
H A D | local.c | 122 const char *req_path, 135 s = req_path; 160 req_path, ldb_dn_get_linearized(dn)); 207 const char *req_path, 218 DEBUG(SSSDBG_TRACE_FUNC, "Retrieving a secret from [%s]\n", req_path); 223 ret = local_db_dn(tmp_ctx, lctx->ldb, req_path, &dn); 281 const char *req_path, 295 DEBUG(SSSDBG_TRACE_FUNC, "Listing keys at [%s]\n", req_path); 297 ret = local_db_dn(tmp_ctx, lctx->ldb, req_path, &dn); 477 const char *req_path, 120 local_db_dn(TALLOC_CTX *mem_ctx, struct ldb_context *ldb, const char *req_path, struct ldb_dn **req_dn) argument 205 local_db_get_simple(TALLOC_CTX *mem_ctx, struct local_context *lctx, const char *req_path, char **secret) argument 279 local_db_list_keys(TALLOC_CTX *mem_ctx, struct local_context *lctx, const char *req_path, char ***_keys, int *num_keys) argument 475 local_db_put_simple(TALLOC_CTX *mem_ctx, struct local_context *lctx, const char *req_path, const char *secret) argument 586 local_db_delete(TALLOC_CTX *mem_ctx, struct local_context *lctx, const char *req_path) argument 654 local_db_create(TALLOC_CTX *mem_ctx, struct local_context *lctx, const char *req_path) argument 788 char *req_path; local [all...] |
Completed in 772 milliseconds