Searched refs:cmp_key (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/ntp/sntp/ |
| H A D | crypto.c | 130 Key_T const * cmp_key, in make_mac() argument 137 if (cmp_key->key_len > 64 || mac_size <= 0) in make_mac() 142 len = compute_mac(dbuf, cmp_key->typen, in make_mac() 144 cmp_key->key_seq, (u_int)cmp_key->key_len); in make_mac() 166 Key_T const * cmp_key in auth_md5() argument 176 len = compute_mac(dbuf, cmp_key->typen, in auth_md5() 178 cmp_key->key_seq, (u_int)cmp_key->key_len); in auth_md5()
|
| H A D | crypto.h | 31 const struct key *cmp_key, void *digest); 33 const struct key *cmp_key);
|
| /freebsd-12.1/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_zip.c | 3425 cmp_key(const struct archive_rb_node *n, const void *key) in cmp_key() function 3434 &cmp_node, &cmp_key
|