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

/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c71 static int dst_s_read_private_key_file(char *name, DST_KEY *pk_key,
358 if (dst_s_read_private_key_file(keyname, dg_key, pubkey->dk_id,
807 * dst_s_read_private_key_file
820 dst_s_read_private_key_file(char *name, DST_KEY *pk_key, u_int16_t in_id, function
844 EREPORT(("dst_s_read_private_key_file: Could not open file %s in directory %s\n",
852 EREPORT(("dst_s_read_private_key_file: error reading file %s (empty file)\n",
865 EREPORT(("dst_s_read_private_key_file(): Not a Key file/Decrypt failed %s\n", name));
872 EREPORT(("dst_s_read_private_key_file(): Unknown keyfile %d.%d version for %s\n",
877 "dst_s_read_private_key_file(): Keyfile %s version higher than mine %d.%d MAY FAIL\n",
907 EREPORT(("dst_s_read_private_key_file()
[all...]

Completed in 47 milliseconds