Home
last modified time | relevance | path

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

123

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp78 Value *const Identity) const;
80 Value *const Identity) const;
81 Value *buildShiftRight(IRBuilder<> &B, Value *V, Value *const Identity) const;
85 Value *const Identity, Value *V, Instruction &I,
407 Value *const Identity) const { in buildReduction()
418 {Identity, V, B.getInt32(DPP::ROW_XMASK0 | 1 << Idx), in buildReduction()
452 Value *Identity) const { in buildScan()
462 {Identity, V, B.getInt32(DPP::ROW_SHR0 | 1 << Idx), in buildScan()
470 {Identity, V, B.getInt32(DPP::BCAST15), B.getInt32(0xa), in buildScan()
475 {Identity, V, B.getInt32(DPP::BCAST31), B.getInt32(0xc), in buildScan()
[all …]
/src/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()
/src/crypto/openssh/
H A Dssh-agent.c152 } Identity; typedef
366 free_identity(Identity *id) in free_identity()
437 const struct sshkey *tokey, Identity *id, const char *user, in permitted_by_dest_constraints()
492 identity_permitted(Identity *id, SocketEntry *e, char *user, in identity_permitted()
598 static Identity *
601 Identity *id; in lookup_identity()
612 confirm_key(Identity *id, const char *extra) in confirm_key()
643 Identity *id; in process_request_identities()
1021 Identity *id; in process_remove_identity()
1050 Identity *id; in remove_all_identities()
[all …]
H A Dsshconnect2.c299 typedef struct identity Identity; typedef
377 static int sign_and_send_pubkey(struct ssh *ssh, Identity *);
380 static struct sshkey *load_identity_file(Identity *);
655 format_identity(Identity *id) in format_identity()
685 Identity *id = NULL; in input_userauth_pk_ok()
1292 id_filename_matches(Identity *id, Identity *private_id) in id_filename_matches()
1311 sign_and_send_pubkey(struct ssh *ssh, Identity *id) in sign_and_send_pubkey()
1315 Identity *private_id, *sign_id = NULL; in sign_and_send_pubkey()
1482 send_pubkey_test(struct ssh *ssh, Identity *id) in send_pubkey_test()
1522 load_identity_file(Identity *id) in load_identity_file()
[all …]
/src/crypto/openssl/doc/man7/
H A DEVP_MD-MD2.pod11 =head2 Identity section in DESCRIPTION
H A DEVP_MD-MD4.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_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_KDF-HMAC-DRBG.pod15 =head2 Identity section in DESCRIPTION
H A DEVP_KDF-PVKKDF.pod15 =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
H A DEVP_KDF-PKCS12KDF.pod17 =head2 Identity section in DESCRIPTION
/src/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
/src/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'
/src/contrib/ntp/html/scripts/
H A Dexternal.txt17 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/ident.html'>Autokey Identity Schemes</…
/src/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp615 if (Constant *Identity = ConstantExpr::getBinOpIdentity( in ConstantFoldBinaryInstruction() local
617 if (C1 == Identity) in ConstantFoldBinaryInstruction()
619 if (C2 == Identity) in ConstantFoldBinaryInstruction()
621 } else if (Constant *Identity = ConstantExpr::getBinOpIdentity( in ConstantFoldBinaryInstruction() local
623 if (C2 == Identity) in ConstantFoldBinaryInstruction()

123