Searched refs:cmp_key (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/ntp/sntp/ |
| H A D | crypto.c | 131 Key_T const * cmp_key, in make_mac() argument 138 if (cmp_key->key_len > 64 || mac_size <= 0) in make_mac() 143 len = compute_mac(dbuf, cmp_key->typen, in make_mac() 145 cmp_key->key_seq, (u_int)cmp_key->key_len); in make_mac() 167 Key_T const * cmp_key in auth_md5() argument 177 len = compute_mac(dbuf, cmp_key->typen, in auth_md5() 179 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-13.1/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_zip.c | 3667 cmp_key(const struct archive_rb_node *n, const void *key) in cmp_key() function 3676 &cmp_node, &cmp_key
|