Home
last modified time | relevance | path

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

123

/freebsd/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 …]
/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/crypto/openssh/
H A Dssh-agent.c149 } Identity; typedef
361 free_identity(Identity *id) in free_identity()
432 const struct sshkey *tokey, Identity *id, const char *user, in permitted_by_dest_constraints()
487 identity_permitted(Identity *id, SocketEntry *e, char *user, in identity_permitted()
593 static Identity *
596 Identity *id; in lookup_identity()
607 confirm_key(Identity *id, const char *extra) in confirm_key()
638 Identity *id; in process_request_identities()
1015 Identity *id; in process_remove_identity()
1044 Identity *id; in process_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 …]
/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_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_MAC-GMAC.pod14 =head2 Identity section in DESCRIPTION
H A DEVP_KDF-PBKDF1.pod16 =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_MAC-CMAC.pod14 =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/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/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()
/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