Home
last modified time | relevance | path

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

/openssl-master/doc/man3/
A DOBJ_nid2obj.pod25 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);
69 If I<no_name> is 0 then long names and short names will be interpreted
70 as well as numerical forms. If I<no_name> is 1 only the numerical form
76 The total amount of space required is returned. If I<no_name> is 0 then
78 the numerical form will be used. If I<no_name> is 1 then the numerical
81 i2t_ASN1_OBJECT() is the same as OBJ_obj2txt() with the I<no_name> set to zero.
/openssl-master/include/openssl/
A Dobjects.h71 ASN1_OBJECT *OBJ_txt2obj(const char *s, int no_name);
72 int OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name);
/openssl-master/crypto/objects/
A Dobj_dat.c403 ASN1_OBJECT *OBJ_txt2obj(const char *s, int no_name) in OBJ_txt2obj() argument
412 if (!no_name) { in OBJ_txt2obj()
450 int OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name) in OBJ_obj2txt() argument
466 if (!no_name && (nid = OBJ_obj2nid(a)) != NID_undef) { in OBJ_obj2txt()
/openssl-master/
A DCHANGES.md17090 * New function OBJ_obj2txt(buf, buf_len, a, no_name), this converts
17091 an ASN1_OBJECT to a text string. If the "no_name" parameter is set then

Completed in 26 milliseconds