Home
last modified time | relevance | path

Searched refs:sldns_str2wire_hex_buf (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/unbound/sldns/
Dstr2wire.h390 int sldns_str2wire_hex_buf(const char* str, uint8_t* rd, size_t* len);
Dstr2wire.c1685 return sldns_str2wire_hex_buf(str, rd, len); in sldns_str2wire_rdf_buf()
1973 int sldns_str2wire_hex_buf(const char* str, uint8_t* rd, size_t* len) in sldns_str2wire_hex_buf() function
2812 if((e = sldns_str2wire_hex_buf(s, rd+4, &hitlen)) != 0) { in sldns_str2wire_hip_buf()
/freebsd-12-stable/contrib/unbound/util/
Dconfigparser.y3872 if(sldns_str2wire_hex_buf($2, secret, &secret_len)