Lines Matching refs:field
12 int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type,
28 X509_NAME_add_entry_by_NID() add a field whose name is defined
29 by a string B<field>, an object B<obj> or a NID B<nid> respectively.
30 The field value to be added is in B<bytes> of length B<len>. If
31 B<len> is -1 then the field length is calculated internally using
34 The type of field is determined by B<type> which can either be a
51 internal code to correctly determine the type of the field and to
58 In X509_NAME_add_entry_by_txt() the B<field> string represents
59 the field name using OBJ_txt2obj(field, 0).
110 different algorithm to determine field types. Since this form does
112 can result in invalid field types its use is strongly discouraged.