Home
last modified time | relevance | path

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

/openssl/doc/man3/
H 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
79 If I<no_name> is 0 then if the object has a long or short name
81 If I<no_name> is 1 then the numerical form will always be used.
83 i2t_ASN1_OBJECT() is the same as OBJ_obj2txt() with the I<no_name> set to zero.
H A DOSSL_ALGORITHM.pod117 if not (or if L<OBJ_obj2txt(3)> is called with I<no_name> = 1).
/openssl/include/openssl/
H 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/crypto/objects/
H A Dobj_dat.c423 ASN1_OBJECT *OBJ_txt2obj(const char *s, int no_name) in OBJ_txt2obj() argument
432 if (!no_name) { in OBJ_txt2obj()
468 int OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name) in OBJ_obj2txt() argument
484 if (!no_name && (nid = OBJ_obj2nid(a)) != NID_undef) { in OBJ_obj2txt()
/openssl/
H A DCHANGES.md18965 * New function OBJ_obj2txt(buf, buf_len, a, no_name), this converts
18966 an ASN1_OBJECT to a text string. If the "no_name" parameter is set then

Completed in 70 milliseconds