Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dssh-agent.c125 } Identity; typedef
214 static Identity *
217 Identity *id; in lookup_identity()
228 confirm_key(Identity *id) in confirm_key()
258 Identity *id; in process_request_identities()
353 Identity *id; in process_remove_identity()
379 Identity *id; in process_remove_all_identities()
400 Identity *id, *nxt; in reaper()
424 Identity *id; in process_add_identity()
578 Identity *id; in process_add_smartcard_key()
[all …]
H A Dsshconnect2.c249 typedef struct identity Identity; typedef
325 static struct sshkey *load_identity_file(Identity *);
590 Identity *id = NULL; in input_userauth_pk_ok()
1134 id_filename_matches(Identity *id, Identity *private_id) in id_filename_matches()
1156 Identity *private_id, *sign_id = NULL; in sign_and_send_pubkey()
1312 send_pubkey_test(struct ssh *ssh, Authctxt *authctxt, Identity *id) in send_pubkey_test()
1351 load_identity_file(Identity *id) in load_identity_file()
1586 Identity *id; in pubkey_cleanup()
1602 Identity *id; in pubkey_reset()
1609 try_identity(Identity *id) in try_identity()
[all …]
/freebsd-12.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 DChangeLog1394 * added support for protecting EAP-AKA/Identity messages with
/freebsd-12.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-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRetainSummaryManager.cpp670 return BehaviorSummary::Identity; in canEval()
686 return BehaviorSummary::Identity; in canEval()
700 return BehaviorSummary::Identity; in canEval()
/freebsd-12.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-12.1/lib/libc/net/
H A Dprotocols150 hip 139 HIP # Host Identity Protocol (RFC5201)
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp1819 auto Identity = [&](DbgVariableIntrinsic &DII) -> DbgValReplacement { in replaceAllDbgUsesWith() local
1827 return rewriteDebugUsers(From, To, DomPoint, DT, Identity); in replaceAllDbgUsesWith()
1839 return rewriteDebugUsers(From, To, DomPoint, DT, Identity); in replaceAllDbgUsesWith()
1856 return Identity(DII); in replaceAllDbgUsesWith()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DRetainSummaryManager.h679 Identity,
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp619 Constant *Identity = ConstantExpr::getBinOpIdentity(Opcode, I->getType()); in LinearizeExprTree() local
620 assert(Identity && "Associative operation without identity!"); in LinearizeExprTree()
621 Ops.emplace_back(Identity, APInt(Bitwidth, 1)); in LinearizeExprTree()
/freebsd-12.1/contrib/wpa/hostapd/
H A DChangeLog476 * EAP-AKA: skip AKA/Identity exchange if EAP identity is recognized
492 * added support for Chargeable-User-Identity (RFC 4372)
792 Identity Request if identity is already known
832 * added support for protecting EAP-AKA/Identity messages with
1025 two EAP-Response/Identity frames to the authentication server
1075 EAP-Request/Identity message (ASCII-0 (nul) in eap_message)
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3512 Value *Identity; in fixReduction() local
3518 VectorStart = Identity = ReductionStartValue; in fixReduction()
3520 VectorStart = Identity = in fixReduction()
3528 Identity = Iden; in fixReduction()
3533 Identity = ConstantVector::getSplat(VF, Iden); in fixReduction()
3538 Builder.CreateInsertElement(Identity, ReductionStartValue, Zero); in fixReduction()
3553 Value *StartVal = (Part == 0) ? VectorStart : Identity; in fixReduction()
/freebsd-12.1/contrib/googletest/googlemock/test/
H A Dgmock-generated-actions_test.cc383 TEST(WithArgsTest, Identity) { in TEST() argument
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp934 if (BSmr == BehaviorSummary::Identity || in evalCall()
/freebsd-12.1/contrib/ntp/util/
H A Dntp-keygen-opts.def710 .Ss Identity Schemes
H A Dinvoke-ntp-keygen.texi444 @subsubsection Identity Schemes
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1637 bool Identity = true, AllSame = true; in getVectorShuffle() local
1639 if (MaskVec[i] >= 0 && MaskVec[i] != i) Identity = false; in getVectorShuffle()
1642 if (Identity && NElts) in getVectorShuffle()
/freebsd-12.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-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td6116 // a) Identity conversions - vNfX <-> vNiX