Home
last modified time | relevance | path

Searched refs:SAFE_FREE2 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_internal.h76 #define SAFE_FREE2(a,s) if (a != NULL && (long)s > 0){memset(a,0, s);free(a); a=NULL;} macro
H A Dhmac_link.c372 SAFE_FREE2(tmp, len + 2); in dst_hmac_md5_key_from_file_format()
H A Ddst_api.c886 SAFE_FREE2(pk_key->dk_key_name, strlen(pk_key->dk_key_name)); in dst_s_read_private_key_file()