Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libresolv2/common/dst/
H A Dhmac_link.c231 int local_keylen = keylen; in dst_buffer_to_hmac_md5() local
250 local_keylen = MD5_LEN; in dst_buffer_to_hmac_md5()
253 memcpy(hkey->hk_ipad, key, local_keylen); in dst_buffer_to_hmac_md5()
254 memcpy(hkey->hk_opad, key, local_keylen); in dst_buffer_to_hmac_md5()
261 dkey->dk_key_size = local_keylen; in dst_buffer_to_hmac_md5()