Lines Matching refs:ASN1_ITEM
29 static int uint64_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_new()
36 static void uint64_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_free()
42 static void uint64_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_clear()
48 const ASN1_ITEM *it) in uint64_i2c()
72 int utype, char *free_cont, const ASN1_ITEM *it) in uint64_c2i()
112 static int uint64_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, in uint64_print()
122 static int uint32_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint32_new()
129 static void uint32_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint32_free()
135 static void uint32_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint32_clear()
141 const ASN1_ITEM *it) in uint32_i2c()
172 int utype, char *free_cont, const ASN1_ITEM *it) in uint32_c2i()
219 static int uint32_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, in uint32_print()