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

/macosx-10.9.5/ntp-88/sntp/
H A Dcrypto.h30 void get_key(int key_id, struct key **d_key);
H A Dcrypto.c152 /* Looks for the key with keyid key_id and sets the d_key pointer to the
158 struct key **d_key
169 *d_key = itr_key;
/macosx-10.9.5/libresolv-54/
H A Ddst_hmac_link.c88 dst_hmac_md5_sign(const int mode, DST_KEY *d_key, void **context, argument
103 if (d_key == NULL || d_key->dk_KEY_struct == NULL)
105 key = (HMAC_Key *) d_key->dk_KEY_struct;
156 dst_hmac_md5_verify(const int mode, DST_KEY *d_key, void **context, argument
170 if (d_key == NULL || d_key->dk_KEY_struct == NULL)
173 key = (HMAC_Key *) d_key->dk_KEY_struct;

Completed in 75 milliseconds