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

/bind-9.11.3/lib/dns/tests/
H A Ddh_test.c65 ret = key->func->computesecret(key, key, &buf);
/bind-9.11.3/lib/dns/
H A Ddst_internal.h201 isc_result_t (*computesecret)(const dst_key_t *pub, member in struct:dst_func
H A Ddst_api.c484 pub->func->computesecret == NULL ||
485 priv->func->computesecret == NULL)
491 return (pub->func->computesecret(pub, priv, secret));

Completed in 16 milliseconds