Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/
H A Dauthzone.c1808 uint32_t* serial, int* scheme, int* hashalgo, uint8_t** hash, in zonemd_fetch_parameters() argument
1839 size_t index, int scheme, int hashalgo) in zonemd_is_duplicate_scheme_hash() argument
1910 int scheme = 0, hashalgo = 0; in auth_zone_zonemd_check_hash() local
7332 zonemd_hashalgo_supported(int hashalgo) zonemd_hashalgo_supported() argument
7346 zonemd_digest_init(int hashalgo,char ** reason) zonemd_digest_init() argument
7368 zonemd_digest_update(int hashalgo,struct secalgo_hash * h,uint8_t * data,size_t len,char ** reason) zonemd_digest_update() argument
7390 zonemd_digest_finish(int hashalgo,struct secalgo_hash * h,uint8_t * result,size_t hashlen,size_t * resultlen,char ** reason) zonemd_digest_finish() argument
7466 zonemd_simple_rrset(struct auth_zone * z,int hashalgo,struct secalgo_hash * h,struct auth_data * node,struct auth_rrset * rrset,struct regional * region,struct sldns_buffer * buf,char ** reason) zonemd_simple_rrset() argument
7596 zonemd_simple_rrsig(struct auth_zone * z,int hashalgo,struct secalgo_hash * h,struct auth_data * node,struct auth_rrset * rrset,struct auth_rrset ** rrlist,size_t rrnum,struct regional * region,struct sldns_buffer * buf,char ** reason) zonemd_simple_rrsig() argument
7652 zonemd_simple_domain(struct auth_zone * z,int hashalgo,struct secalgo_hash * h,struct auth_data * node,struct regional * region,struct sldns_buffer * buf,char ** reason) zonemd_simple_domain() argument
7687 zonemd_simple_collate(struct auth_zone * z,int hashalgo,struct secalgo_hash * h,struct regional * region,struct sldns_buffer * buf,char ** reason) zonemd_simple_collate() argument
7703 auth_zone_generate_zonemd_hash(struct auth_zone * z,int scheme,int hashalgo,uint8_t * hash,size_t hashlen,size_t * resultlen,struct regional * region,struct sldns_buffer * buf,char ** reason) auth_zone_generate_zonemd_hash() argument
7730 auth_zone_generate_zonemd_check(struct auth_zone * z,int scheme,int hashalgo,uint8_t * hash,size_t hashlen,struct regional * region,struct sldns_buffer * buf,char ** reason) auth_zone_generate_zonemd_check() argument
[all...]