Searched refs:type_id (Results 1 – 7 of 7) sorted by relevance
/openssl/crypto/x509/ |
H A D | v3_genn.c | 17 ASN1_SIMPLE(OTHERNAME, type_id, ASN1_OBJECT), 170 if ((result = OBJ_cmp(a->type_id, b->type_id)) != 0) in OTHERNAME_cmp() 254 oth->type_id = oid; in GENERAL_NAME_set0_othername() 266 *poid = gen->d.otherName->type_id; in GENERAL_NAME_get0_otherName()
|
H A D | v3_ncons.c | 513 (OBJ_obj2nid(gen->d.otherName->type_id) == NID_id_on_SmtpUTF8Mailbox)) { in nc_match() 526 OBJ_cmp(gen->d.otherName->type_id, in nc_match() 527 sub->base->d.otherName->type_id) != 0)) in nc_match() 552 OBJ_cmp(gen->d.otherName->type_id, in nc_match() 553 sub->base->d.otherName->type_id) != 0)) in nc_match()
|
H A D | v3_san.c | 88 switch (OBJ_obj2nid(gen->d.otherName->type_id)) { in STACK_OF() 130 if (OBJ_obj2txt(oline, sizeof(oline), gen->d.otherName->type_id, 0) > 0) in STACK_OF() 214 nid = OBJ_obj2nid(gen->d.otherName->type_id); in GENERAL_NAME_print() 659 gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0); in do_othername() 661 if (!gen->d.otherName->type_id) in do_othername()
|
H A D | v3_utl.c | 923 switch (OBJ_obj2nid(gen->d.otherName->type_id)) { in do_x509_check()
|
/openssl/include/internal/ |
H A D | hashtable.h | 35 uintptr_t *type_id; member 179 inval.type_id = &name##_##vtype##_id; \ 191 if (v->type_id != expect_type) \ 211 v->type_id = &name##_##vtype##_id; \ 218 return h->type_id == &name##_##vtype##_id; \
|
/openssl/crypto/hashtable/ |
H A D | hashtable.c | 622 tmp->value.type_id = type; in alloc_new_value() 649 newval = alloc_new_value(h, key, data->value, data->type_id); in ossl_ht_insert()
|
/openssl/include/openssl/ |
H A D | x509v3.h.in | 140 ASN1_OBJECT *type_id; member
|
Completed in 25 milliseconds