| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAtomicOptimizer.cpp | 52 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 D | agent_fuzz_helper.c | 61 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 D | ssh-agent.c | 131 } 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 D | sshconnect2.c | 314 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 D | todo.txt | 48 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 D | ChangeLog | 1447 * added support for protecting EAP-AKA/Identity messages with
|
| /freebsd-13.1/contrib/ntp/html/scripts/ |
| H A D | external.txt | 17 <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 D | RetainSummaryManager.cpp | 736 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 D | TailRecursionElimination.cpp | 572 Constant *Identity = ConstantExpr::getBinOpIdentity( in insertAccumulator() local 574 AccPN->addIncoming(Identity, P); in insertAccumulator()
|
| H A D | Reassociate.cpp | 626 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 D | SSL_CTX_use_psk_identity_hint.pod | 58 Identity hints are not relevant for TLSv1.3. A server application wishing to use
|
| /freebsd-13.1/lib/libc/net/ |
| H A D | protocols | 150 hip 139 HIP # Host Identity Protocol (RFC5201)
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 877 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 D | RetainSummaryManager.h | 642 Identity,
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/iio/ |
| H A D | mount-matrix.txt | 182 Identity matrix (nothing happens to the coordinates, which means the device was
|
| /freebsd-13.1/contrib/wpa/hostapd/ |
| H A D | ChangeLog | 519 * 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 D | Local.cpp | 2045 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 D | gmock-generated-actions_test.cc | 383 TEST(WithArgsTest, Identity) { in TEST() argument
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 918 if (BSmr == BehaviorSummary::Identity || in evalCall()
|
| /freebsd-13.1/contrib/ntp/util/ |
| H A D | ntp-keygen-opts.def | 710 .Ss Identity Schemes
|
| H A D | invoke-ntp-keygen.texi | 444 @subsubsection Identity Schemes
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 1868 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 D | invoke-ntp.conf.texi | 605 Optional identity schemes described on the Identity Schemes
|
| H A D | ntp.conf.def | 649 Optional identity schemes described on the Identity Schemes
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.td | 7173 // a) Identity conversions - vNfX <-> vNiX
|