Searched refs:no_name (Results 1 – 4 of 4) sorted by relevance
/openssl-master/doc/man3/ |
A D | OBJ_nid2obj.pod | 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); 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 D | objects.h | 71 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 D | obj_dat.c | 403 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 D | CHANGES.md | 17090 * 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