Home
last modified time | relevance | path

Searched refs:OtherName (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc1143 using OtherName = NotInstantiatedTest; typedef
1144 GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(OtherName);
1145 TEST_P(OtherName, Used) {} in TEST_P() argument
/freebsd/crypto/heimdal/lib/asn1/
H A Drfc2459.asn1256 OtherName ::= SEQUENCE {
262 otherName [0] IMPLICIT -- OtherName -- SEQUENCE {
/freebsd/crypto/heimdal/doc/
H A Dsetup.texi1263 certificates and the format used in the id-pkinit-san OtherName
1309 The OtherName extention in the GeneralName is used to do the mapping
1316 OtherName. The OID in the type is id-pkinit-san.
1323 The data part of the OtherName is filled with the following DER
/freebsd/contrib/bearssl/src/x509/
H A Dx509_minimal.t01121 \ OtherName
1123 \ OtherName ::= SEQUENCE {
/freebsd/crypto/heimdal/lib/hx509/
H A DChangeLog915 id-pkix-on-xmppAddr OtherName.
917 * print.c: Print id-pkix-on-xmppAddr OtherName.
1165 * print.c: Split OtherName printing code to a oid lookup and print
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1954 std::string OtherName = getMangledNameImpl(*this, OtherGD, OtherFD); in UpdateMultiVersionNames() local
1957 if (OtherName != NonTargetName) { in UpdateMultiVersionNames()
1963 auto Result = Manglings.insert(std::make_pair(OtherName, OtherGD)); in UpdateMultiVersionNames()
1970 Entry->setName(OtherName); in UpdateMultiVersionNames()
/freebsd/crypto/heimdal/
H A DChangeLog.2004572 OtherName of subjectAltName Based on patch from Mayur Patel