Home
last modified time | relevance | path

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

/openssl/crypto/x509/
H A Dv3_genn.c249 OTHERNAME *oth; in GENERAL_NAME_set0_othername() local
250 oth = OTHERNAME_new(); in GENERAL_NAME_set0_othername()
251 if (oth == NULL) in GENERAL_NAME_set0_othername()
253 ASN1_TYPE_free(oth->value); in GENERAL_NAME_set0_othername()
254 oth->type_id = oid; in GENERAL_NAME_set0_othername()
255 oth->value = value; in GENERAL_NAME_set0_othername()
256 GENERAL_NAME_set0_value(gen, GEN_OTHERNAME, oth); in GENERAL_NAME_set0_othername()

Completed in 6 milliseconds