Home
last modified time | relevance | path

Searched refs:oline (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_san.c84 char oline[256], *tmp; in STACK_OF() local
130 if (OBJ_obj2txt(oline, sizeof(oline), gen->d.otherName->type_id, 0) > 0) in STACK_OF()
132 oline); in STACK_OF()
186 if (X509_NAME_oneline(gen->d.dirn, oline, sizeof(oline)) == NULL in STACK_OF()
187 || !X509V3_add_value("DirName", oline, &ret)) in STACK_OF()
199 i2t_ASN1_OBJECT(oline, 256, gen->d.rid); in STACK_OF()
200 if (!X509V3_add_value("Registered ID", oline, &ret)) in STACK_OF()
/third_party/openssl/crypto/x509/
H A Dv3_san.c84 char oline[256], *tmp; in STACK_OF() local
130 if (OBJ_obj2txt(oline, sizeof(oline), gen->d.otherName->type_id, 0) > 0) in STACK_OF()
132 oline); in STACK_OF()
186 if (X509_NAME_oneline(gen->d.dirn, oline, sizeof(oline)) == NULL in STACK_OF()
187 || !X509V3_add_value("DirName", oline, &ret)) in STACK_OF()
199 i2t_ASN1_OBJECT(oline, 256, gen->d.rid); in STACK_OF()
200 if (!X509V3_add_value("Registered ID", oline, &ret)) in STACK_OF()
/third_party/node/src/crypto/
H A Dcrypto_common.cc728 char* oline = nullptr; in PrintGeneralName() local
729 long n_bytes = BIO_get_mem_data(tmp.get(), &oline); // NOLINT(runtime/int) in PrintGeneralName()
731 CHECK_IMPLIES(n_bytes != 0, oline != nullptr); in PrintGeneralName()
732 PrintAltName(out, oline, static_cast<size_t>(n_bytes), true, nullptr); in PrintGeneralName()
754 char oline[256]; in PrintGeneralName() local
755 OBJ_obj2txt(oline, sizeof(oline), gen->d.rid, true); in PrintGeneralName()
756 BIO_printf(out.get(), "Registered ID:%s", oline); in PrintGeneralName()
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 252 milliseconds