Searched refs:pk_key (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,
812 * pk_key Structure that the key is returned in.
820 dst_s_read_private_key_file(char *name, DST_KEY *pk_key, u_int16_t in_id, argument
831 if (name == NULL || pk_key == NULL) {
889 if (pk_key->dk_key_name && !strcmp(pk_key->dk_key_name, name))
890 SAFE_FREE2(pk_key->dk_key_name, strlen(pk_key->dk_key_name));
891 pk_key->dk_key_name = (char *) strdup(name);
894 if (pk_key
[all...]

Completed in 63 milliseconds