Searched refs:DO_SIGN (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dopensslecdsa_link.c176 REQUIRE(dctx->use == DO_SIGN || dctx->use == DO_VERIFY);
188 if (dctx->use == DO_SIGN) {
220 REQUIRE(dctx->use == DO_SIGN || dctx->use == DO_VERIFY);
235 REQUIRE(dctx->use == DO_SIGN || dctx->use == DO_VERIFY);
237 if (dctx->use == DO_SIGN) {
286 REQUIRE(dctx->use == DO_SIGN);
H A Ddst_internal.h77 typedef enum { DO_SIGN, DO_VERIFY } dst_use_t; enumerator in enum:__anon54
H A Ddst_api.c298 dctx->use = DO_SIGN;
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddst_internal.h97 typedef enum { DO_SIGN, DO_VERIFY } dst_use_t; enumerator in enum:__anon6
H A Dpkcs11eddsa_link.c160 if (ec->ontoken && (dctx->use == DO_SIGN)) {
282 if (ec->ontoken && (dctx->use == DO_SIGN)) {
H A Dpkcs11rsa_link.c437 if (dctx->use == DO_SIGN) {
446 if (dctx->use == DO_SIGN) {
478 if (dctx->use == DO_SIGN) {
H A Dpkcs11ecdsa_link.c96 if (ec->ontoken && (dctx->use == DO_SIGN)) {
H A Ddst_api.c316 dctx->use = DO_SIGN;

Completed in 185 milliseconds