Lines Matching refs:it

29 static int uint64_new(ASN1_VALUE **pval, const ASN1_ITEM *it)  in uint64_new()  argument
36 static void uint64_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_free() argument
42 static void uint64_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_clear() argument
48 const ASN1_ITEM *it) in uint64_i2c() argument
58 if ((it->size & INTxx_FLAG_ZERO_DEFAULT) == INTxx_FLAG_ZERO_DEFAULT in uint64_i2c()
61 if ((it->size & INTxx_FLAG_SIGNED) == INTxx_FLAG_SIGNED in uint64_i2c()
72 int utype, char *free_cont, const ASN1_ITEM *it) in uint64_c2i() argument
78 if (*pval == NULL && !uint64_new(pval, it)) in uint64_c2i()
94 if ((it->size & INTxx_FLAG_SIGNED) == 0 && neg) { in uint64_c2i()
98 if ((it->size & INTxx_FLAG_SIGNED) == INTxx_FLAG_SIGNED in uint64_c2i()
112 static int uint64_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, in uint64_print() argument
115 if ((it->size & INTxx_FLAG_SIGNED) == INTxx_FLAG_SIGNED) in uint64_print()
122 static int uint32_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint32_new() argument
129 static void uint32_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint32_free() argument
135 static void uint32_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint32_clear() argument
141 const ASN1_ITEM *it) in uint32_i2c() argument
151 if ((it->size & INTxx_FLAG_ZERO_DEFAULT) == INTxx_FLAG_ZERO_DEFAULT in uint32_i2c()
154 if ((it->size & INTxx_FLAG_SIGNED) == INTxx_FLAG_SIGNED in uint32_i2c()
172 int utype, char *free_cont, const ASN1_ITEM *it) in uint32_c2i() argument
179 if (*pval == NULL && !uint64_new(pval, it)) in uint32_c2i()
195 if ((it->size & INTxx_FLAG_SIGNED) == 0 && neg) { in uint32_c2i()
206 if (((it->size & INTxx_FLAG_SIGNED) != 0 && utmp > INT32_MAX) in uint32_c2i()
207 || ((it->size & INTxx_FLAG_SIGNED) == 0 && utmp > UINT32_MAX)) { in uint32_c2i()
219 static int uint32_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, in uint32_print() argument
222 if ((it->size & INTxx_FLAG_SIGNED) == INTxx_FLAG_SIGNED) in uint32_print()