Searched refs:oth (Results 1 – 1 of 1) sorted by relevance
249 OTHERNAME *oth; in GENERAL_NAME_set0_othername() local250 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 4 milliseconds