Home
last modified time | relevance | path

Searched refs:Identity (Results 1 – 25 of 25) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp52 Value *const Identity) const;
54 Value *const Identity) const;
299 {Identity, V, B.getInt32(DPP::ROW_XMASK0 | 1 << Idx), in buildReduction()
336 {Identity, V, B.getInt32(DPP::ROW_SHR0 | 1 << Idx), in buildScan()
364 {Identity, PermX, B.getInt32(DPP::QUAD_PERM_ID), in buildScan()
373 {Identity, Lane31, B.getInt32(DPP::QUAD_PERM_ID), in buildScan()
404 {Identity, V, B.getInt32(DPP::ROW_SHR0 + 1), in buildShiftRight()
538 NewV = buildReduction(B, ScanOp, NewV, Identity); in optimizeAtomic()
540 NewV = buildScan(B, ScanOp, NewV, Identity); in optimizeAtomic()
542 ExclScan = buildShiftRight(B, NewV, Identity); in optimizeAtomic()
[all …]
/freebsd-13.1/crypto/openssh/regress/misc/fuzz-harness/
H A Dagent_fuzz_helper.c61 Identity *id; in add_key()
65 id = xcalloc(1, sizeof(Identity)); in add_key()
74 id = xcalloc(1, sizeof(Identity)); in add_key()
96 Identity *id; in cleanup_idtab()
/freebsd-13.1/crypto/openssh/
H A Dssh-agent.c131 } Identity; typedef
215 free_identity(Identity *id) in free_identity()
225 static Identity *
228 Identity *id; in lookup_identity()
270 Identity *id; in process_request_identities()
528 Identity *id; in process_remove_identity()
554 Identity *id; in process_remove_all_identities()
576 Identity *id, *nxt; in reaper()
710 Identity *id; in process_add_identity()
879 Identity *id; in process_add_smartcard_key()
[all …]
H A Dsshconnect2.c314 typedef struct identity Identity; typedef
674 format_identity(Identity *id) in format_identity()
705 Identity *id = NULL; in input_userauth_pk_ok()
1319 id_filename_matches(Identity *id, Identity *private_id) in id_filename_matches()
1342 Identity *private_id, *sign_id = NULL; in sign_and_send_pubkey()
1494 send_pubkey_test(struct ssh *ssh, Identity *id) in send_pubkey_test()
1534 load_identity_file(Identity *id) in load_identity_file()
1795 Identity *id; in pubkey_cleanup()
1813 Identity *id; in pubkey_reset()
1820 try_identity(struct ssh *ssh, Identity *id) in try_identity()
[all …]
/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Dtodo.txt48 now IMSI is read only after receiving EAP-Identity/Request, but since it is
49 really needed for all cases, reading IMSI and generating Identity string
H A DChangeLog1447 * added support for protecting EAP-AKA/Identity messages with
/freebsd-13.1/contrib/ntp/html/scripts/
H A Dexternal.txt17 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/ident.html'>Autokey Identity Schemes</…
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp736 return BehaviorSummary::Identity; in canEval()
753 return BehaviorSummary::Identity; in canEval()
764 return BehaviorSummary::Identity; in canEval()
774 return BehaviorSummary::Identity; in canEval()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp572 Constant *Identity = ConstantExpr::getBinOpIdentity( in insertAccumulator() local
574 AccPN->addIncoming(Identity, P); in insertAccumulator()
H A DReassociate.cpp626 Constant *Identity = ConstantExpr::getBinOpIdentity(Opcode, I->getType()); in LinearizeExprTree() local
627 assert(Identity && "Associative operation without identity!"); in LinearizeExprTree()
628 Ops.emplace_back(Identity, APInt(Bitwidth, 1)); in LinearizeExprTree()
/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_CTX_use_psk_identity_hint.pod58 Identity hints are not relevant for TLSv1.3. A server application wishing to use
/freebsd-13.1/lib/libc/net/
H A Dprotocols150 hip 139 HIP # Host Identity Protocol (RFC5201)
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp877 Constant *Identity = ConstantExpr::getBinOpIdentity(Opcode, C1->getType()); in ConstantFoldBinaryInstruction() local
878 if (Identity) { in ConstantFoldBinaryInstruction()
879 if (C1 == Identity) in ConstantFoldBinaryInstruction()
881 if (C2 == Identity) in ConstantFoldBinaryInstruction()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h642 Identity,
/freebsd-13.1/sys/contrib/device-tree/Bindings/iio/
H A Dmount-matrix.txt182 Identity matrix (nothing happens to the coordinates, which means the device was
/freebsd-13.1/contrib/wpa/hostapd/
H A DChangeLog519 * EAP-AKA: skip AKA/Identity exchange if EAP identity is recognized
535 * added support for Chargeable-User-Identity (RFC 4372)
835 Identity Request if identity is already known
875 * added support for protecting EAP-AKA/Identity messages with
1068 two EAP-Response/Identity frames to the authentication server
1118 EAP-Request/Identity message (ASCII-0 (nul) in eap_message)
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2045 auto Identity = [&](DbgVariableIntrinsic &DII) -> DbgValReplacement { in replaceAllDbgUsesWith() local
2053 return rewriteDebugUsers(From, To, DomPoint, DT, Identity); in replaceAllDbgUsesWith()
2065 return rewriteDebugUsers(From, To, DomPoint, DT, Identity); in replaceAllDbgUsesWith()
/freebsd-13.1/contrib/googletest/googlemock/test/
H A Dgmock-generated-actions_test.cc383 TEST(WithArgsTest, Identity) { in TEST() argument
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp918 if (BSmr == BehaviorSummary::Identity || in evalCall()
/freebsd-13.1/contrib/ntp/util/
H A Dntp-keygen-opts.def710 .Ss Identity Schemes
H A Dinvoke-ntp-keygen.texi444 @subsubsection Identity Schemes
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1868 bool Identity = true, AllSame = true; in getVectorShuffle() local
1870 if (MaskVec[i] >= 0 && MaskVec[i] != i) Identity = false; in getVectorShuffle()
1873 if (Identity && NElts) in getVectorShuffle()
/freebsd-13.1/contrib/ntp/ntpd/
H A Dinvoke-ntp.conf.texi605 Optional identity schemes described on the Identity Schemes
H A Dntp.conf.def649 Optional identity schemes described on the Identity Schemes
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td7173 // a) Identity conversions - vNfX <-> vNiX