Searched refs:utype (Results 1 – 11 of 11) sorted by relevance
/openssl/crypto/asn1/ |
H A D | asn1_gen.c | 59 int utype; member 245 int utype; in asn1_cb() local 264 utype = asn1_str2tag(elem, len); in asn1_cb() 266 if (utype == -1) { in asn1_cb() 272 if (!(utype & ASN1_GEN_FLAG)) { in asn1_cb() 273 arg->utype = utype; in asn1_cb() 283 switch (utype) { in asn1_cb() 435 if (utype == V_ASN1_SET) in asn1_multi() 447 ret->type = utype; in asn1_multi() 592 switch (utype) { in asn1_str2type() [all …]
|
H A D | tasn_dec.c | 703 int ret = 0, utype; in asn1_d2i_ex_primitive() local 717 utype = tag; in asn1_d2i_ex_primitive() 720 utype = it->utype; in asn1_d2i_ex_primitive() 722 if (utype == V_ASN1_ANY) { in asn1_d2i_ex_primitive() 744 tag = utype; in asn1_d2i_ex_primitive() 759 || (utype == V_ASN1_SET) || (utype == V_ASN1_OTHER)) { in asn1_d2i_ex_primitive() 784 if (utype == V_ASN1_NULL || utype == V_ASN1_BOOLEAN in asn1_d2i_ex_primitive() 785 || utype == V_ASN1_OBJECT || utype == V_ASN1_INTEGER in asn1_d2i_ex_primitive() 854 if (utype != typ->type) in asn1_ex_c2i() 859 switch (utype) { in asn1_ex_c2i() [all …]
|
H A D | tasn_new.c | 266 int utype; in asn1_primitive_new() local 284 utype = -1; in asn1_primitive_new() 286 utype = it->utype; in asn1_primitive_new() 287 switch (utype) { in asn1_primitive_new() 312 str->type = utype; in asn1_primitive_new() 315 str = ASN1_STRING_type_new(utype); in asn1_primitive_new() 329 int utype; in asn1_primitive_clear() local 339 utype = -1; in asn1_primitive_clear() 341 utype = it->utype; in asn1_primitive_clear() 342 if (utype == V_ASN1_BOOLEAN) in asn1_primitive_clear()
|
H A D | tasn_enc.c | 466 int utype; in asn1_i2d_ex_primitive() local 470 utype = it->utype; in asn1_i2d_ex_primitive() 483 if ((utype == V_ASN1_SEQUENCE) || (utype == V_ASN1_SET) || in asn1_i2d_ex_primitive() 502 tag = utype; in asn1_i2d_ex_primitive() 528 int utype; in asn1_ex_i2c() local 547 utype = strtmp->type; in asn1_ex_i2c() 548 *putype = utype; in asn1_ex_i2c() 553 utype = typ->type; in asn1_ex_i2c() 554 *putype = utype; in asn1_ex_i2c() 557 utype = *putype; in asn1_ex_i2c() [all …]
|
H A D | tasn_fre.c | 152 int utype; in ossl_asn1_primitive_free() local 173 utype = typ->type; in ossl_asn1_primitive_free() 178 utype = -1; in ossl_asn1_primitive_free() 182 utype = it->utype; in ossl_asn1_primitive_free() 183 if ((utype != V_ASN1_BOOLEAN) && *pval == NULL) in ossl_asn1_primitive_free() 187 switch (utype) { in ossl_asn1_primitive_free()
|
H A D | tasn_prn.c | 153 || (it->utype != V_ASN1_BOOLEAN)) && *fld == NULL) { in asn1_item_print_ctx() 436 long utype; in asn1_primitive_print() local 448 utype = str->type & ~V_ASN1_NEG; in asn1_primitive_print() 450 utype = it->utype; in asn1_primitive_print() 451 if (utype == V_ASN1_BOOLEAN) in asn1_primitive_print() 456 if (utype == V_ASN1_ANY) { in asn1_primitive_print() 458 utype = atype->type; in asn1_primitive_print() 464 pname = ASN1_tag2str(utype); in asn1_primitive_print() 467 pname = ASN1_tag2str(utype); in asn1_primitive_print() 472 if (utype == V_ASN1_NULL) { in asn1_primitive_print() [all …]
|
H A D | x_bignum.c | 31 int utype, char *free_cont, const ASN1_ITEM *it); 33 int utype, char *free_cont, const ASN1_ITEM *it); 116 int utype, char *free_cont, const ASN1_ITEM *it) in bn_c2i() argument 131 int utype, char *free_cont, const ASN1_ITEM *it) in bn_secure_c2i() argument 139 ret = bn_c2i(pval, cont, len, utype, free_cont, it); in bn_secure_c2i()
|
H A D | tasn_utl.c | 31 int *sel = offset2ptr(*pval, it->utype); in ossl_asn1_get_choice_selector() 39 int *sel = offset2ptr(*pval, it->utype); in ossl_asn1_get_choice_selector_const() 53 sel = offset2ptr(*pval, it->utype); in ossl_asn1_set_choice_selector()
|
H A D | x_long.c | 27 int utype, char *free_cont, const ASN1_ITEM *it); 129 int utype, char *free_cont, const ASN1_ITEM *it) in long_c2i() argument
|
H A D | x_int64.c | 72 int utype, char *free_cont, const ASN1_ITEM *it) in uint64_c2i() argument 172 int utype, char *free_cont, const ASN1_ITEM *it) in uint32_c2i() argument
|
/openssl/include/openssl/ |
H A D | asn1t.h.in | 71 * structure. In this case the 'utype' field 605 long utype; /* underlying type */ member 652 int len, int utype, char *free_cont,
|
Completed in 37 milliseconds