Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_internal.h44 struct dst_func *dk_func; /*%< point to cryptto pgk specific function table */
79 typedef struct dst_func { struct
99 } dst_func; argument
101 extern dst_func *dst_t_func[DST_MAX_ALGS];
H A Dhmac_link.c463 dst_t_func[KEY_HMAC_MD5] = malloc(sizeof(struct dst_func)); in dst_hmac_md5_init()
466 memset(dst_t_func[KEY_HMAC_MD5], 0, sizeof(struct dst_func)); in dst_hmac_md5_init()
H A Ddst_api.c60 dst_func *dst_t_func[DST_MAX_ALGS];