Searched refs:cmp_key (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/ntp/sntp/ |
| H A D | crypto.c | 131 Key_T const * cmp_key, in make_mac() argument 139 if (cmp_key->key_len > 64 || pkt_len % 4 != 0) { in make_mac() 142 len = compute_mac(dbuf, sizeof(dbuf), cmp_key->typen, pkt_data, in make_mac() 143 pkt_len, cmp_key->key_seq, cmp_key->key_len); in make_mac() 161 Key_T const * cmp_key in auth_md5() argument 171 len = compute_mac(dbuf, sizeof(dbuf), cmp_key->typen, in auth_md5() 172 pkt_ptr, pkt_len, cmp_key->key_seq, in auth_md5() 173 cmp_key->key_len); in auth_md5()
|
| H A D | crypto.h | 30 const struct key *cmp_key, void *digest, 33 size_t dig_len, const struct key *cmp_key);
|
| /src/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_zip.c | 3798 cmp_key(const struct archive_rb_node *n, const void *key) in cmp_key() function 3807 &cmp_node, &cmp_key
|