Home | History | Annotate | Download | only in dst

Lines Matching refs:keyp

392 		 const char *directory, isc_mem_t *mctx, dst_key_t **keyp);
407 * \li "keyp" is not NULL and "*keyp" is NULL.
414 * \li If successful, *keyp will contain a valid key.
419 isc_mem_t *mctx, dst_key_t **keyp);
435 * \li "keyp" is not NULL and "*keyp" is NULL.
442 * \li If successful, *keyp will contain a valid key.
447 dst_key_t **keyp);
455 * \li "keyp" is not NULL and "*keyp" is NULL.
464 * \li If successful, *keyp will contain a valid key.
468 dst_key_read_state(const char *filename, isc_mem_t *mctx, dst_key_t **keyp);
475 * \li "keyp" is not NULL and "*keyp" is NULL.
503 dst_key_t **keyp);
506 isc_buffer_t *source, isc_mem_t *mctx, dst_key_t **keyp);
514 * \li "keyp" is not NULL and "*keyp" is NULL.
521 * \li If successful, *keyp will contain a valid key, and the consumed
545 isc_buffer_t *source, isc_mem_t *mctx, dst_key_t **keyp);
554 *\li "keyp" is not NULL and "*keyp" is NULL.
561 *\li If successful, *keyp will contain a valid key, and the consumed
616 isc_mem_t *mctx, dst_key_t **keyp, isc_region_t *intoken);
624 *\li "keyp" is not NULL and "*keyp" is NULL.
631 *\li If successful, *keyp will contain a valid key and be responsible for
640 void *data, isc_mem_t *mctx, dst_key_t **keyp);
647 isc_mem_t *mctx, dst_key_t **keyp);
653 dst_key_t **keyp, void (*callback)(int));
670 *\li "keyp" is not NULL and "*keyp" is NULL.
677 *\li If successful, *keyp will contain a valid key.
744 dst_key_free(dst_key_t **keyp);
750 *\li "keyp" is not NULL and "*keyp" is a valid key.
754 *\li All memory associated with "*keyp" will be freed.
755 *\li *keyp == NULL
1106 isc_mem_t *mctx, const char *keystr, dst_key_t **keyp);