Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/sldns/
H A Dstr2wire.h390 int sldns_str2wire_hex_buf(const char* str, uint8_t* rd, size_t* len);
H A 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/contrib/unbound/util/
H A Dconfigparser.y4070 if(sldns_str2wire_hex_buf($2, secret, &secret_len)
H A Dconfigparser.c7753 if(sldns_str2wire_hex_buf((yyvsp[0].str), secret, &secret_len) in yyparse()