Home
last modified time | relevance | path

Searched refs:type_id (Results 1 – 7 of 7) sorted by relevance

/openssl/crypto/x509/
H A Dv3_genn.c17 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 Dv3_ncons.c513 (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 Dv3_san.c88 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 Dv3_utl.c923 switch (OBJ_obj2nid(gen->d.otherName->type_id)) { in do_x509_check()
/openssl/include/internal/
H A Dhashtable.h35 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 Dhashtable.c622 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 Dx509v3.h.in140 ASN1_OBJECT *type_id; member

Completed in 28 milliseconds