Searched refs:utype (Results 1 – 11 of 11) sorted by relevance
/openssl-master/crypto/asn1/ |
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() 591 switch (utype) { in asn1_str2type() [all …]
|
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() 314 str->type = utype; in asn1_primitive_new() 317 str = ASN1_STRING_type_new(utype); in asn1_primitive_new() 331 int utype; in asn1_primitive_clear() local 341 utype = -1; in asn1_primitive_clear() 343 utype = it->utype; in asn1_primitive_clear() 344 if (utype == V_ASN1_BOOLEAN) in asn1_primitive_clear()
|
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 …]
|
A D | tasn_enc.c | 472 int utype; in asn1_i2d_ex_primitive() local 476 utype = it->utype; in asn1_i2d_ex_primitive() 489 if ((utype == V_ASN1_SEQUENCE) || (utype == V_ASN1_SET) || in asn1_i2d_ex_primitive() 508 tag = utype; in asn1_i2d_ex_primitive() 534 int utype; in asn1_ex_i2c() local 553 utype = strtmp->type; in asn1_ex_i2c() 554 *putype = utype; in asn1_ex_i2c() 559 utype = typ->type; in asn1_ex_i2c() 560 *putype = utype; in asn1_ex_i2c() 563 utype = *putype; in asn1_ex_i2c() [all …]
|
A D | tasn_fre.c | 148 int utype; in ossl_asn1_primitive_free() local 169 utype = typ->type; in ossl_asn1_primitive_free() 174 utype = -1; in ossl_asn1_primitive_free() 178 utype = it->utype; in ossl_asn1_primitive_free() 179 if ((utype != V_ASN1_BOOLEAN) && *pval == NULL) in ossl_asn1_primitive_free() 183 switch (utype) { in ossl_asn1_primitive_free()
|
A D | tasn_prn.c | 155 || (it->utype != V_ASN1_BOOLEAN)) && *fld == NULL) { in asn1_item_print_ctx() 438 long utype; in asn1_primitive_print() local 450 utype = str->type & ~V_ASN1_NEG; in asn1_primitive_print() 452 utype = it->utype; in asn1_primitive_print() 453 if (utype == V_ASN1_BOOLEAN) in asn1_primitive_print() 458 if (utype == V_ASN1_ANY) { in asn1_primitive_print() 460 utype = atype->type; in asn1_primitive_print() 466 pname = ASN1_tag2str(utype); in asn1_primitive_print() 469 pname = ASN1_tag2str(utype); in asn1_primitive_print() 474 if (utype == V_ASN1_NULL) { in asn1_primitive_print() [all …]
|
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()
|
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()
|
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
|
A D | x_int64.c | 74 int utype, char *free_cont, const ASN1_ITEM *it) in uint64_c2i() argument 176 int utype, char *free_cont, const ASN1_ITEM *it) in uint32_c2i() argument
|
/openssl-master/include/openssl/ |
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 22 milliseconds