Home
last modified time | relevance | path

Searched refs:local_keylen (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Dhmac_link.c228 int local_keylen = keylen; in dst_buffer_to_hmac_md5() local
247 local_keylen = MD5_LEN; in dst_buffer_to_hmac_md5()
250 memcpy(hkey->hk_ipad, key, local_keylen); in dst_buffer_to_hmac_md5()
251 memcpy(hkey->hk_opad, key, local_keylen); in dst_buffer_to_hmac_md5()
258 dkey->dk_key_size = local_keylen; in dst_buffer_to_hmac_md5()