Path: blob/main/crypto/heimdal/lib/asn1/der-private.h
34907 views
/* This is a generated file */1#ifndef __der_private_h__2#define __der_private_h__34#include <stdarg.h>56int7_asn1_copy (8const struct asn1_template */*t*/,9const void */*from*/,10void */*to*/);1112int13_asn1_copy_top (14const struct asn1_template */*t*/,15const void */*from*/,16void */*to*/);1718int19_asn1_decode (20const struct asn1_template */*t*/,21unsigned /*flags*/,22const unsigned char */*p*/,23size_t /*len*/,24void */*data*/,25size_t */*size*/);2627int28_asn1_decode_top (29const struct asn1_template */*t*/,30unsigned /*flags*/,31const unsigned char */*p*/,32size_t /*len*/,33void */*data*/,34size_t */*size*/);3536int37_asn1_encode (38const struct asn1_template */*t*/,39unsigned char */*p*/,40size_t /*len*/,41const void */*data*/,42size_t */*size*/);4344void45_asn1_free (46const struct asn1_template */*t*/,47void */*data*/);4849size_t50_asn1_length (51const struct asn1_template */*t*/,52const void */*data*/);5354struct tm *55_der_gmtime (56time_t /*t*/,57struct tm */*tm*/);5859int60_heim_der_set_sort (61const void */*a1*/,62const void */*a2*/);6364int65_heim_fix_dce (66size_t /*reallen*/,67size_t */*len*/);6869size_t70_heim_len_int (int /*val*/);7172size_t73_heim_len_unsigned (unsigned /*val*/);7475int76_heim_time2generalizedtime (77time_t /*t*/,78heim_octet_string */*s*/,79int /*gtimep*/);8081#endif /* __der_private_h__ */828384