Lines Matching refs:value
19 ASN1_EXP(OTHERNAME, value, ASN1_ANY, 0)
173 result = ASN1_TYPE_cmp(a->value, b->value); in OTHERNAME_cmp()
177 void GENERAL_NAME_set0_value(GENERAL_NAME *a, int type, void *value) in GENERAL_NAME_set0_value() argument
181 a->d.x400Address = value; in GENERAL_NAME_set0_value()
185 a->d.ediPartyName = value; in GENERAL_NAME_set0_value()
189 a->d.otherName = value; in GENERAL_NAME_set0_value()
195 a->d.ia5 = value; in GENERAL_NAME_set0_value()
199 a->d.dirn = value; in GENERAL_NAME_set0_value()
203 a->d.ip = value; in GENERAL_NAME_set0_value()
207 a->d.rid = value; in GENERAL_NAME_set0_value()
247 ASN1_OBJECT *oid, ASN1_TYPE *value) in GENERAL_NAME_set0_othername() argument
253 ASN1_TYPE_free(oth->value); in GENERAL_NAME_set0_othername()
255 oth->value = value; in GENERAL_NAME_set0_othername()
268 *pvalue = gen->d.otherName->value; in GENERAL_NAME_get0_otherName()