Home
last modified time | relevance | path

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

123

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp78 Value *const Identity) const;
80 Value *const Identity) const;
582 Accumulator->addIncoming(Identity, EntryBB); in buildScanIteratively()
754 Value *Identity = getIdentityValueForAtomicOp(Ty, ScanOp); in optimizeAtomic() local
770 Identity = B.CreateBitCast(Identity, IntNTy); in optimizeAtomic()
772 {V, Identity}); in optimizeAtomic()
775 Identity = B.CreateBitCast(Identity, Ty); in optimizeAtomic()
780 NewV = buildReduction(B, ScanOp, NewV, Identity); in optimizeAtomic()
782 NewV = buildScan(B, ScanOp, NewV, Identity); in optimizeAtomic()
784 ExclScan = buildShiftRight(B, NewV, Identity); in optimizeAtomic()
[all …]
/freebsd-14.2/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-14.2/crypto/openssh/
H A Dssh-agent.c149 } Identity; typedef
361 free_identity(Identity *id) in free_identity()
593 static Identity *
596 Identity *id; in lookup_identity()
638 Identity *id; in process_request_identities()
1015 Identity *id; in process_remove_identity()
1044 Identity *id; in process_remove_all_identities()
1066 Identity *id, *nxt; in reaper()
1371 Identity *id; in process_add_identity()
1558 Identity *id; in add_p11_identity()
[all …]
H A Dsshconnect2.c300 typedef struct identity Identity; typedef
656 format_identity(Identity *id) in format_identity()
686 Identity *id = NULL; in input_userauth_pk_ok()
1293 id_filename_matches(Identity *id, Identity *private_id) in id_filename_matches()
1312 sign_and_send_pubkey(struct ssh *ssh, Identity *id) in sign_and_send_pubkey()
1316 Identity *private_id, *sign_id = NULL; in sign_and_send_pubkey()
1483 send_pubkey_test(struct ssh *ssh, Identity *id) in send_pubkey_test()
1523 load_identity_file(Identity *id) in load_identity_file()
1834 Identity *id; in pubkey_cleanup()
1852 Identity *id; in pubkey_reset()
[all …]
/freebsd-14.2/crypto/openssl/doc/man7/
H A DEVP_MD-MD5.pod11 =head2 Identity section in DESCRIPTION
H A DEVP_MD-WHIRLPOOL.pod11 =head2 Identity section in DESCRIPTION
H A DEVP_MD-MD4.pod11 =head2 Identity section in DESCRIPTION
H A DEVP_MD-MD2.pod11 =head2 Identity section in DESCRIPTION
H A DEVP_MD-SM3.pod11 =head2 Identity section in DESCRIPTION
H A DEVP_KDF-X942-CONCAT.pod13 =head2 Identity section in DESCRIPTION
H A DEVP_MD-MDC2.pod11 =head2 Identity section in DESCRIPTION
H A DEVP_MAC-Siphash.pod11 =head2 Identity section in DESCRIPTION
H A DEVP_MD-MD5-SHA1.pod13 =head2 Identity section in DESCRIPTION
H A DEVP_MAC-Poly1305.pod11 =head2 Identity section in DESCRIPTION
H A DEVP_RAND-SEED-SRC.pod16 =head2 Identity section in DESCRIPTION
H A DEVP_KDF-PBKDF1.pod16 =head2 Identity section in DESCRIPTION
H A DEVP_MAC-CMAC.pod14 =head2 Identity section in DESCRIPTION
H A DEVP_MAC-GMAC.pod14 =head2 Identity section in DESCRIPTION
H A DEVP_RAND-HASH-DRBG.pod12 =head2 Identity section in DESCRIPTION
H A DEVP_RAND-HMAC-DRBG.pod12 =head2 Identity section in DESCRIPTION
H A DEVP_KDF-PKCS12KDF.pod17 =head2 Identity section in DESCRIPTION
H A DEVP_RAND-CTR-DRBG.pod12 =head2 Identity section in DESCRIPTION
/freebsd-14.2/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
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp732 return BehaviorSummary::Identity; in canEval()
749 return BehaviorSummary::Identity; in canEval()
760 return BehaviorSummary::Identity; in canEval()
770 return BehaviorSummary::Identity; in canEval()

123