Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp79 Value *const Identity) const;
81 Value *const Identity) const;
82 Value *buildShiftRight(IRBuilder<> &B, Value *V, Value *const Identity) const;
86 Value *const Identity, Value *V, Instruction &I,
389 Value *const Identity) const { in buildReduction()
398 {Identity, V, B.getInt32(DPP::ROW_XMASK0 | 1 << Idx), in buildReduction()
433 Value *Identity) const { in buildScan()
443 {Identity, V, B.getInt32(DPP::ROW_SHR0 | 1 << Idx), in buildScan()
451 {Identity, V, B.getInt32(DPP::BCAST15), B.getInt32(0xa), in buildScan()
456 {Identity, V, B.getInt32(DPP::BCAST31), B.getInt32(0xc), in buildScan()
[all …]
/freebsd/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/contrib/llvm-project/clang/lib/AST/
H A DParentMapContext.cpp74 const void *Identity = Value.getMemoizationData(); in contains() local
75 assert(Identity); in contains()
76 return Dedup.contains(Identity); in contains()
79 const void *Identity = Value.getMemoizationData(); in push_back() local
80 if (!Identity || Dedup.insert(Identity).second) { in push_back()
/freebsd/crypto/openssh/
H A Dssh-agent.c145 } Identity; typedef
359 free_identity(Identity *id) in free_identity()
430 const struct sshkey *tokey, Identity *id, const char *user, in permitted_by_dest_constraints()
485 identity_permitted(Identity *id, SocketEntry *e, char *user, in identity_permitted()
591 static Identity *
594 Identity *id; in lookup_identity()
605 confirm_key(Identity *id, const char *extra) in confirm_key()
642 Identity *id; in process_request_identities()
1019 Identity *id; in process_remove_identity()
1048 Identity *id; in remove_all_identities()
[all …]
H A Dsshconnect2.c302 typedef struct identity Identity; typedef
380 static int sign_and_send_pubkey(struct ssh *ssh, Identity *);
383 static struct sshkey *load_identity_file(Identity *);
658 format_identity(Identity *id) in format_identity()
688 Identity *id = NULL; in input_userauth_pk_ok()
1299 id_filename_matches(Identity *id, Identity *private_id) in id_filename_matches()
1318 sign_and_send_pubkey(struct ssh *ssh, Identity *id) in sign_and_send_pubkey()
1322 Identity *private_id, *sign_id = NULL; in sign_and_send_pubkey()
1490 send_pubkey_test(struct ssh *ssh, Identity *id) in send_pubkey_test()
1530 load_identity_file(Identity *id) in load_identity_file()
[all …]
/freebsd/crypto/openssl/doc/man7/
H A DEVP_MD-SM3.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-MD5.pod11 =head2 Identity section in DESCRIPTION
H A DEVP_MD-WHIRLPOOL.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_KDF-PVKKDF.pod15 =head2 Identity section in DESCRIPTION
H A DEVP_KDF-HMAC-DRBG.pod15 =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_RAND-CRNG-TEST.pod15 =head2 Identity section in DESCRIPTION
H A DEVP_MAC-GMAC.pod14 =head2 Identity section in DESCRIPTION
/freebsd/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/crypto/krb5/src/windows/installer/wix/
H A Dmsi-deployment-guide.txt22 3. Network Identity Manager Settings
423 3. Network Identity Manager Settings
425 Configuration options for Network Identity Manager (NetIDMgr) are
574 Show the Network Identity Manager application windows.
609 Krb5Ident: Kerberos 5 Identity provider
669 Registry key 1: 'Software\MIT\NetIDMgr\KCDB\Identity\<principal name>\Krb5Cred'
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp610 if (Constant *Identity = ConstantExpr::getBinOpIdentity( in ConstantFoldBinaryInstruction() local
612 if (C1 == Identity) in ConstantFoldBinaryInstruction()
614 if (C2 == Identity) in ConstantFoldBinaryInstruction()
616 } else if (Constant *Identity = ConstantExpr::getBinOpIdentity( in ConstantFoldBinaryInstruction() local
618 if (C2 == Identity) in ConstantFoldBinaryInstruction()
/freebsd/contrib/ntp/html/scripts/
H A Dexternal.txt17 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/ident.html'>Autokey Identity Schemes</…

123