Lines Matching refs:ASN1_OBJECT
15 ASN1_OBJECT *OBJ_nid2obj(int n);
19 int OBJ_obj2nid(const ASN1_OBJECT *o);
25 ASN1_OBJECT *OBJ_txt2obj(const char *s, int no_name);
26 int OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name);
28 int i2t_ASN1_OBJECT(char *buf, int buf_len, const ASN1_OBJECT *a);
30 int OBJ_cmp(const ASN1_OBJECT *a, const ASN1_OBJECT *b);
31 ASN1_OBJECT *OBJ_dup(const ASN1_OBJECT *o);
35 size_t OBJ_length(const ASN1_OBJECT *obj);
36 const unsigned char *OBJ_get0_data(const ASN1_OBJECT *obj);
48 The ASN1 object utility functions process ASN1_OBJECT structures which are
58 an ASN1_OBJECT structure, its long name and its short name respectively,
68 OBJ_txt2obj() converts the text string I<s> into an ASN1_OBJECT structure.
73 OBJ_obj2txt() converts the B<ASN1_OBJECT> I<a> into a textual representation.
142 These functions cannot return B<const> because an B<ASN1_OBJECT> can
150 OBJ_nid2obj() returns an B<ASN1_OBJECT> structure or B<NULL> is an
170 ASN1_OBJECT *o = OBJ_nid2obj(NID_commonName);
180 ASN1_OBJECT *obj = OBJ_nid2obj(new_nid);