Searched refs:sldns_str2wire_hex_buf (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/unbound/sldns/ |
H A D | str2wire.h | 390 int sldns_str2wire_hex_buf(const char* str, uint8_t* rd, size_t* len);
|
H A 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/contrib/unbound/util/ |
H A D | configparser.y | 4070 if(sldns_str2wire_hex_buf($2, secret, &secret_len)
|
H A D | configparser.c | 7753 if(sldns_str2wire_hex_buf((yyvsp[0].str), secret, &secret_len) in yyparse()
|