/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAtomicOptimizer.cpp | 78 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 D | agent_fuzz_helper.c | 61 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 D | ssh-agent.c | 149 } 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 D | sshconnect2.c | 299 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 D | EVP_MD-SM3.pod | 11 =head2 Identity section in DESCRIPTION
|
H A D | EVP_MD-MD4.pod | 11 =head2 Identity section in DESCRIPTION
|
H A D | EVP_MD-MD2.pod | 11 =head2 Identity section in DESCRIPTION
|
H A D | EVP_MD-MD5.pod | 11 =head2 Identity section in DESCRIPTION
|
H A D | EVP_MD-WHIRLPOOL.pod | 11 =head2 Identity section in DESCRIPTION
|
H A D | EVP_KDF-X942-CONCAT.pod | 13 =head2 Identity section in DESCRIPTION
|
H A D | EVP_MD-MDC2.pod | 11 =head2 Identity section in DESCRIPTION
|
H A D | EVP_MAC-Siphash.pod | 11 =head2 Identity section in DESCRIPTION
|
H A D | EVP_MD-MD5-SHA1.pod | 13 =head2 Identity section in DESCRIPTION
|
H A D | EVP_MAC-Poly1305.pod | 11 =head2 Identity section in DESCRIPTION
|
H A D | EVP_RAND-SEED-SRC.pod | 16 =head2 Identity section in DESCRIPTION
|
H A D | EVP_MAC-GMAC.pod | 14 =head2 Identity section in DESCRIPTION
|
H A D | EVP_KDF-PBKDF1.pod | 16 =head2 Identity section in DESCRIPTION
|
H A D | EVP_RAND-HASH-DRBG.pod | 12 =head2 Identity section in DESCRIPTION
|
H A D | EVP_RAND-HMAC-DRBG.pod | 12 =head2 Identity section in DESCRIPTION
|
H A D | EVP_MAC-CMAC.pod | 14 =head2 Identity section in DESCRIPTION
|
H A D | EVP_KDF-PKCS12KDF.pod | 17 =head2 Identity section in DESCRIPTION
|
H A D | EVP_RAND-CTR-DRBG.pod | 12 =head2 Identity section in DESCRIPTION
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | todo.txt | 48 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 D | ConstantFold.cpp | 615 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 D | external.txt | 17 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/ident.html'>Autokey Identity Schemes</…
|