Searched refs:time_signed (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/ldns/
H A Dtsig.c377 uint8_t *time_signed = NULL; local
389 time_signed = LDNS_XMALLOC(uint8_t, 6);
390 if(!time_signed) {
394 ldns_write_uint64_as_uint48(time_signed,
401 time_signed_rdf = ldns_rdf_new(LDNS_RDF_TYPE_TSIGTIME, 6, time_signed);
403 LDNS_FREE(time_signed);

Completed in 28 milliseconds