Home
last modified time | relevance | path

Searched refs:OBJ_obj2txt (Results 1 – 23 of 23) sorted by relevance

/third_party/openssl/doc/man3/
DOBJ_nid2obj.pod8 OBJ_dup, OBJ_txt2obj, OBJ_obj2txt, OBJ_create, OBJ_cleanup
26 int OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name);
71 OBJ_obj2txt() converts the B<ASN1_OBJECT> I<a> into a textual representation.
81 i2t_ASN1_OBJECT() is the same as OBJ_obj2txt() with the I<no_name> set to zero.
122 the functions OBJ_txt2obj() and OBJ_obj2txt() can process the numerical
148 i2t_ASN1_OBJECT() an OBJ_obj2txt() return -1 on error.
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
Dest.c258 res = OBJ_obj2txt(txt, sizeof(txt), oid, 1); in add_csrattrs_oid()
283 res = OBJ_obj2txt(txt, sizeof(txt), oid, 1); in add_csrattrs_ext_req()
312 res = OBJ_obj2txt(txt, sizeof(txt), attr->type, 1); in add_csrattrs_attr()
325 res = OBJ_obj2txt(txt2, sizeof(txt2), oid, 1); in add_csrattrs_attr()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
Dest.c258 res = OBJ_obj2txt(txt, sizeof(txt), oid, 1); in add_csrattrs_oid()
283 res = OBJ_obj2txt(txt, sizeof(txt), oid, 1); in add_csrattrs_ext_req()
312 res = OBJ_obj2txt(txt, sizeof(txt), attr->type, 1); in add_csrattrs_attr()
325 res = OBJ_obj2txt(txt2, sizeof(txt2), oid, 1); in add_csrattrs_attr()
/third_party/openssl/crypto/ts/
Dts_lib.c42 OBJ_obj2txt(obj_txt, sizeof(obj_txt), obj, 0); in TS_OBJ_print_bio()
/third_party/openssl/crypto/x509v3/
Dv3_admis.c95 OBJ_obj2txt(objbuf, sizeof(objbuf), namingAuthority->namingAuthorityId, 1); in i2r_NAMING_AUTHORITY()
191 OBJ_obj2txt(objbuf, sizeof(objbuf), obj, 1); in i2r_ADMISSION_SYNTAX()
/third_party/openssl/crypto/x509/
Dt_x509.c346 OBJ_obj2txt(oidstr, sizeof(oidstr), in X509_aux_print()
361 OBJ_obj2txt(oidstr, sizeof(oidstr), in X509_aux_print()
/third_party/openssl/include/openssl/
Dobjects.h64 int OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name);
/third_party/openssl/crypto/asn1/
Da_object.c182 return OBJ_obj2txt(buf, buf_len, a, 0); in i2t_ASN1_OBJECT()
Da_strex.c515 OBJ_obj2txt(objtmp, sizeof(objtmp), fn, 1); in do_name_ex()
Dtasn_prn.c413 OBJ_obj2txt(objbuf, sizeof(objbuf), oid, 1); in asn1_print_oid()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dhttp_curl.c220 res = OBJ_obj2txt(txt, sizeof(txt), o->type_id, 1); in add_alt_name_othername()
488 res = OBJ_obj2txt(txt, sizeof(txt), hash->hashAlg->algorithm, 1); in DEFINE_STACK_OF()
558 res = OBJ_obj2txt(txt, sizeof(txt), in add_logo_direct()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dhttp_curl.c220 res = OBJ_obj2txt(txt, sizeof(txt), o->type_id, 1); in add_alt_name_othername()
488 res = OBJ_obj2txt(txt, sizeof(txt), hash->hashAlg->algorithm, 1); in DEFINE_STACK_OF()
558 res = OBJ_obj2txt(txt, sizeof(txt), in add_logo_direct()
/third_party/openssl/crypto/objects/
Dobj_dat.c397 int OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name) in OBJ_obj2txt() function
/third_party/node/src/
Dnode_crypto_common.cc453 if (OBJ_obj2txt(buf, in GetKeyUsage()
882 OBJ_obj2txt(type_buf, sizeof(type_buf), type, true); in GetX509NameObject()
/third_party/curl/m4/
Dcurl-openssl.m4201 AC_LANG_FUNC_LINK_TRY([OBJ_obj2txt])
/third_party/python/Modules/
D_ssl.c1015 buflen = OBJ_obj2txt(namebuf, X509_NAME_MAXLEN, name, no_name); in _asn1obj2py()
1023 buflen = OBJ_obj2txt(NULL, 0, name, no_name); in _asn1obj2py()
1030 buflen = OBJ_obj2txt(namebuf, buflen + 1, name, no_name); in _asn1obj2py()
/third_party/openssl/
DNEWS10 o Mitigate for very slow `OBJ_obj2txt()` performance with gigantic
DCHANGES42 *) Mitigate for the time it takes for `OBJ_obj2txt` to translate gigantic
45 OBJ_obj2txt() would translate any size OBJECT IDENTIFIER to canonical
50 To mitigitate this, `OBJ_obj2txt()` will only translate an OBJECT
3904 *) A flaw in OBJ_obj2txt may cause pretty printing functions such as
6214 non standard OBJ_obj2txt() behaviour.
12326 *) New function OBJ_obj2txt(buf, buf_len, a, no_name), this converts
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h1811 #define OBJ_obj2txt BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, OBJ_obj2txt) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl.c2184 res = OBJ_obj2txt(buf, sizeof(buf), policy->policyid, 0); in openssl_cert_tod()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl.c2195 res = OBJ_obj2txt(buf, sizeof(buf), policy->policyid, 0); in openssl_cert_tod()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddpp.c1046 res = OBJ_obj2txt(buf, sizeof(buf), ppkalg, 0); in dpp_parse_uri_pk()
1066 res = OBJ_obj2txt(buf, sizeof(buf), poid, 0); in dpp_parse_uri_pk()
/third_party/openssl/util/
Dlibcrypto.num917 OBJ_obj2txt 914 1_1_0 EXIST::FUNCTION: