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

/macosx-10.10.1/ntp-92/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.10.1/libresolv-57/
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;
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/aesVect/
H A Drijndael.c73 u4byte d_key[64]; variable
306 d_key[0] = e_key[0]; d_key[1] = e_key[1];
307 d_key[2] = e_key[2]; d_key[3] = e_key[3];
311 imix_col(d_key[i], e_key[i]);
403 kp = d_key + 4 * (k_len + 5);

Completed in 110 milliseconds