Home
last modified time | relevance | path

Searched refs:otherName (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_genn.c178 .offset = offsetof(GENERAL_NAME, d.otherName),
377 result = OTHERNAME_cmp(a->d.otherName, b->d.otherName); in GENERAL_NAME_cmp()
430 a->d.otherName = value; in GENERAL_NAME_set0_value()
467 return a->d.otherName; in GENERAL_NAME_get0_value()
510 *poid = gen->d.otherName->type_id; in GENERAL_NAME_get0_otherName()
512 *pvalue = gen->d.otherName->value; in GENERAL_NAME_get0_otherName()
H A Dx509_alt.c722 if (!(gen->d.otherName = OTHERNAME_new())) in do_othername()
727 ASN1_TYPE_free(gen->d.otherName->value); in do_othername()
728 if (!(gen->d.otherName->value = ASN1_generate_v3(p + 1, ctx))) in do_othername()
734 gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0); in do_othername()
737 gen->d.otherName->type_id = NULL; in do_othername()
738 if (!gen->d.otherName->type_id) in do_othername()
/dragonfly/crypto/libressl/include/openssl/
H A Dx509v3.h190 OTHERNAME *otherName; /* otherName */ member
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dhttp_curl.c262 add_alt_name_othername(ctx, cert, name->d.otherName); in add_alt_name()