Searched refs:msgptr (Results 1 – 1 of 1) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | mod_magnet.c | 827 const uint8_t * const msgptr = (uint8_t *)msg.ptr; in magnet_hmac_once() local 836 rc = li_hmac_sha512(digest,secret.ptr,secret.len,msgptr,msg.len); in magnet_hmac_once() 843 rc = li_hmac_sha256(digest,secret.ptr,secret.len,msgptr,msg.len); in magnet_hmac_once() 852 rc = li_hmac_sha1(digest,secret.ptr,secret.len,msgptr,msg.len); in magnet_hmac_once() 861 rc = li_hmac_md5(digest,secret.ptr,secret.len,msgptr,msg.len); in magnet_hmac_once()
|