Lines Matching defs:ret
143 isc_result_t ret;
246 ret = dst_lib_init(mctx, ectx,
248 if (ret != ISC_R_SUCCESS)
286 ret = dns_secalg_fromtext(&alg, &r);
287 if (ret != ISC_R_SUCCESS)
447 ret = dns_name_fromtext(name, &buf, dns_rootname, ISC_FALSE, NULL);
448 if (ret != ISC_R_SUCCESS)
450 isc_result_totext(ret));
485 ret = dst_key_generate(name, alg, size, param, flags, protocol,
489 if (ret != ISC_R_SUCCESS) {
495 namestr, algstr, isc_result_totext(ret));
507 ret = dst_key_fromfile(name, dst_key_id(key), alg,
510 if (ret == ISC_R_SUCCESS) {
519 ret = dst_key_buildfilename(key, 0, NULL, &buf);
520 if (ret == ISC_R_SUCCESS)
535 ret = dst_key_tofile(key, options, NULL);
536 if (ret != ISC_R_SUCCESS) {
540 isc_result_totext(ret));
544 ret = dst_key_buildfilename(key, 0, NULL, &buf);
545 if (ret != ISC_R_SUCCESS)
547 isc_result_totext(ret));