Searched refs:hmd5 (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isccc/
H A Dcc.c59 0x04, 0x68, 0x6d, 0x64, 0x35, /*%< len + hmd5 */
252 isc_hmacmd5_t hmd5; member in union:__anon303
270 isc_hmacmd5_init(&ctx.hmd5, secret->rstart,
272 isc_hmacmd5_update(&ctx.hmd5, data, length);
273 isc_hmacmd5_sign(&ctx.hmd5, digest);
418 isc_hmacmd5_t hmd5; member in union:__anon304
441 hmac = isccc_alist_lookup(_auth, "hmd5");
455 isc_hmacmd5_init(&ctx.hmd5, secret->rstart,
457 isc_hmacmd5_update(&ctx.hmd5, data, length);
458 isc_hmacmd5_sign(&ctx.hmd5, diges
[all...]

Completed in 11 milliseconds