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

  /src/external/mpl/bind/dist/fuzz/
dns_message_checksig.c 422 unsigned char hmacvalue[32] = { local
440 isc_buffer_putmem(&b, hmacvalue, 32);
  /src/external/mpl/bind/dist/lib/isccc/
cc.c 386 isccc_sexpr_t *_auth, *hmacvalue; local
399 hmacvalue = isccc_alist_lookup(_auth, "hmd5");
401 hmacvalue = isccc_alist_lookup(_auth, "hsha");
403 if (!isccc_sexpr_binaryp(hmacvalue)) {
456 region = isccc_sexpr_tobinary(hmacvalue);
469 region = isccc_sexpr_tobinary(hmacvalue);

Completed in 24 milliseconds