HomeSort by: relevance | last modified time | path
    Searched defs:dst_buffer_to_hmac_md5 (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libresolv/
hmac_link.c 200 * dst_buffer_to_hmac_md5
212 dst_buffer_to_hmac_md5(DST_KEY *dkey, const u_char *key, const int keylen) function in typeref:typename:int
364 if (dst_buffer_to_hmac_md5(dkey, key, key_len) < 0) {
466 dst_t_func[KEY_HMAC_MD5]->from_dns_key = dst_buffer_to_hmac_md5;
hmac_link.c 200 * dst_buffer_to_hmac_md5
212 dst_buffer_to_hmac_md5(DST_KEY *dkey, const u_char *key, const int keylen) function in typeref:typename:int
364 if (dst_buffer_to_hmac_md5(dkey, key, key_len) < 0) {
466 dst_t_func[KEY_HMAC_MD5]->from_dns_key = dst_buffer_to_hmac_md5;

Completed in 24 milliseconds