Home
last modified time | relevance | path

Searched defs:digest_type (Results 1 – 5 of 5) sorted by relevance

/third_party/glib/glib/
Dghmac.c59 GChecksumType digest_type; member
93 g_hmac_new (GChecksumType digest_type, in g_hmac_new()
353 g_compute_hmac_for_data (GChecksumType digest_type, in g_compute_hmac_for_data()
393 g_compute_hmac_for_bytes (GChecksumType digest_type, in g_compute_hmac_for_bytes()
430 g_compute_hmac_for_string (GChecksumType digest_type, in g_compute_hmac_for_string()
/third_party/boost/boost/uuid/detail/
Dsha1.hpp44 typedef unsigned int(digest_type)[5]; typedef in boost::uuids::detail::sha1
Dmd5.hpp43 typedef unsigned int(digest_type)[4]; typedef in boost::uuids::detail::md5
/third_party/boost/boost/uuid/
Dbasic_name_generator.hpp43 typedef typename HashAlgo::digest_type digest_type; typedef in boost::uuids::basic_name_generator
/third_party/glib/glib/tests/
Dhmac.c294 GChecksumType digest_type; member