Searched refs:sldns_str2wire_hex_buf (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/unbound/sldns/ |
| D | str2wire.h | 390 int sldns_str2wire_hex_buf(const char* str, uint8_t* rd, size_t* len);
|
| D | str2wire.c | 1685 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/ |
| D | configparser.y | 3872 if(sldns_str2wire_hex_buf($2, secret, &secret_len)
|