| /freebsd-10-stable/contrib/gcc/config/mips/ |
| D | 5k.md | 10 ;; 5kf - Separate floating point pipe which can dual-issue with the 40 (and (eq_attr "cpu" "5kc,5kf") 45 (and (eq_attr "cpu" "5kc,5kf") 50 (and (eq_attr "cpu" "5kc,5kf") 56 (and (eq_attr "cpu" "5kc,5kf") 62 (and (eq_attr "cpu" "5kc,5kf") 70 (and (eq_attr "cpu" "5kc,5kf") 77 (and (eq_attr "cpu" "5kc,5kf") 84 (and (eq_attr "cpu" "5kc,5kf") 91 (and (eq_attr "cpu" "5kc,5kf") [all …]
|
| /freebsd-10-stable/crypto/openssl/crypto/idea/ |
| D | i_skey.c | 76 register IDEA_INT *kt, *kf, r0, r1, r2; in private_idea_set_encrypt_key() local 88 kf = kt; in private_idea_set_encrypt_key() 91 r2 = kf[1]; in private_idea_set_encrypt_key() 92 r1 = kf[2]; in private_idea_set_encrypt_key() 94 r0 = kf[3]; in private_idea_set_encrypt_key() 96 r1 = kf[4]; in private_idea_set_encrypt_key() 98 r0 = kf[5]; in private_idea_set_encrypt_key() 100 r1 = kf[6]; in private_idea_set_encrypt_key() 102 r0 = kf[7]; in private_idea_set_encrypt_key() 104 r1 = kf[0]; in private_idea_set_encrypt_key() [all …]
|
| /freebsd-10-stable/lib/libutil/ |
| D | kinfo_getfile.c | 20 struct kinfo_file *kif, *kp, *kf; in kinfo_getfile() local 46 kf = (struct kinfo_file *)(uintptr_t)bp; in kinfo_getfile() 47 if (kf->kf_structsize == 0) in kinfo_getfile() 49 bp += kf->kf_structsize; in kinfo_getfile() 63 kf = (struct kinfo_file *)(uintptr_t)bp; in kinfo_getfile() 64 if (kf->kf_structsize == 0) in kinfo_getfile() 67 memcpy(kp, kf, kf->kf_structsize); in kinfo_getfile() 69 bp += kf->kf_structsize; in kinfo_getfile()
|
| /freebsd-10-stable/crypto/openssh/regress/ |
| D | krl.sh | 90 $SSHKEYGEN $OPTS -kf $OBJ/krl-empty - </dev/null \ 92 $SSHKEYGEN $OPTS -kf $OBJ/krl-keys $RKEYS \ 94 $SSHKEYGEN $OPTS -kf $OBJ/krl-cert $RCERTS \ 96 $SSHKEYGEN $OPTS -kf $OBJ/krl-all $RKEYS $RCERTS \ 98 $SSHKEYGEN $OPTS -kf $OBJ/krl-ca $OBJ/revoked-ca.pub \ 101 $SSHKEYGEN $OPTS -kf $OBJ/krl-serial $OBJ/revoked-serials \ 103 $SSHKEYGEN $OPTS -kf $OBJ/krl-keyid $OBJ/revoked-keyid \ 106 $SSHKEYGEN $OPTS -kf $OBJ/krl-serial -s $OBJ/revoked-ca \ 108 $SSHKEYGEN $OPTS -kf $OBJ/krl-keyid -s $OBJ/revoked-ca.pub \ 111 $SSHKEYGEN $OPTS -kf $OBJ/krl-serial-wild -s NONE $OBJ/revoked-serials \ [all …]
|
| D | cert-hostkey.sh | 69 ${SSHKEYGEN} -kf $OBJ/host_krl_empty || fatal "KRL init failed" 70 ${SSHKEYGEN} -kf $OBJ/host_krl_plain || fatal "KRL init failed" 71 ${SSHKEYGEN} -kf $OBJ/host_krl_cert || fatal "KRL init failed" 72 ${SSHKEYGEN} -kf $OBJ/host_krl_ca $OBJ/host_ca_key.pub $OBJ/host_ca_key2.pub \
|
| /freebsd-10-stable/kerberos5/usr.bin/kf/ |
| D | Makefile | 3 PROG= kf 4 MAN= kf.1 14 .PATH: ${KRB5DIR}/appl/kf
|
| /freebsd-10-stable/crypto/heimdal/appl/kf/ |
| D | Makefile.am | 5 bin_PROGRAMS = kf program 9 man_MANS = kf.1 kfd.8 11 kf_SOURCES = kf.c kf_locl.h
|
| D | Makefile.in | 46 bin_PROGRAMS = kf$(EXEEXT) 48 subdir = appl/kf 103 am_kf_OBJECTS = kf.$(OBJEXT) 402 man_MANS = kf.1 kfd.8 403 kf_SOURCES = kf.c kf_locl.h 426 $(AUTOMAKE) --foreign appl/kf/Makefile 531 kf$(EXEEXT): $(kf_OBJECTS) $(kf_DEPENDENCIES) 532 @rm -f kf$(EXEEXT) 544 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kf.Po@am__quote@
|
| /freebsd-10-stable/crypto/openssh/regress/unittests/sshkey/ |
| D | test_sshkey.c | 179 struct sshkey *k1, *k2, *k3, *k4, *kr, *kd, *kf; in sshkey_tests() local 323 ASSERT_INT_EQ(sshkey_generate(KEY_ED25519, 256, &kf), 0); in sshkey_tests() 324 ASSERT_PTR_NE(kf, NULL); in sshkey_tests() 325 ASSERT_INT_EQ(kf->type, KEY_ED25519); in sshkey_tests() 326 ASSERT_PTR_NE(kf->ed25519_pk, NULL); in sshkey_tests() 327 ASSERT_PTR_NE(kf->ed25519_sk, NULL); in sshkey_tests() 380 ASSERT_INT_EQ(sshkey_demote(kf, &k1), 0); in sshkey_tests() 382 ASSERT_PTR_NE(kf, k1); in sshkey_tests() 389 ASSERT_INT_EQ(sshkey_equal(kf, k1), 1); in sshkey_tests() 398 ASSERT_INT_EQ(sshkey_equal(ke, kf), 0); in sshkey_tests() [all …]
|
| /freebsd-10-stable/kerberos5/usr.bin/ |
| D | Makefile | 3 SUBDIR= hxtool kadmin kcc kdestroy kgetcred kf kinit kpasswd krb5-config ksu \
|
| /freebsd-10-stable/sys/kern/ |
| D | kern_ktrace.c | 813 struct ktr_fault *kf; local 818 kf = &req->ktr_data.ktr_fault; 819 kf->vaddr = vaddr; 820 kf->type = type; 831 struct ktr_faultend *kf; local 836 kf = &req->ktr_data.ktr_faultend; 837 kf->result = result;
|
| /freebsd-10-stable/crypto/heimdal/appl/ |
| D | Makefile.am | 26 kf \ subdir
|
| D | Makefile.in | 114 xnlock telnet test kx kf dceutils 403 kf \
|
| /freebsd-10-stable/kerberos5/libexec/kfd/ |
| D | Makefile | 14 .PATH: ${KRB5DIR}/appl/kf
|
| /freebsd-10-stable/crypto/heimdal/ |
| D | ChangeLog.1999 | 116 * appl/kf/kf.c (doit): rewrite to use getaddrinfo 660 * appl/kf/kf.c (proto): don't trust errno if krb5_net_read hasn't 666 * appl/kf/kfd.c (proto): be more careful with the return value 696 * appl/kf/kf.c (doit): call freehostent 698 * appl/kf/kf.c: make v6 friendly and simplify 700 * appl/kf/kfd.c: make v6 friendly and simplify 739 * appl/kf/kfd.c: add regpag support. From Miroslav Ruda 742 * appl/kf/kf.c: add `-G' and forwardable option in krb5.conf. 874 * appl/kf/kf.c (main): use warnx 876 * appl/kf/kf.c (proto): remove shadowing context [all …]
|
| D | ChangeLog.2002 | 129 * appl/kf/kf.c: fix warning string 142 * appl/kf/kf.c: handle new protocol 144 * appl/kf/kfd.c: use krb5_err instead of sysloging directly, 148 * appl/kf/kf_locl.h: we need a protocol version string
|
| D | ChangeLog.2003 | 1315 * appl/kf/kfd.c: use strlcpy, from openbsd 1337 * appl/kf/kf.1: spelling, from jmc <jmc@prioris.mini.pw.edu.pl> 1377 * appl/kf/kf.1: afs->AFS, from jmc <jmc@acn.waw.pl> 1627 * appl/kf/kf.1: s/securly/securely/ from NetBSD
|
| D | NEWS | 822 * support for getting default from krb5.conf for kinit/kf/rsh/telnet. 858 * bug fixes (including in hprop and kf) 866 * kf: new program for forwarding credentials
|
| D | ChangeLog.2000 | 32 * appl/kf/kf.c (main): handle krb5_init_context failure 584 * appl/kf/Makefile.am: actually install
|
| D | ChangeLog.2005 | 1129 * appl/kf/kfd.c: case uid_t to unsigned long in printf format 1913 * appl/kf/kfd.c (kfd_match_version): cast argument to islower to
|
| D | ChangeLog.2001 | 1092 * appl/kf/kfd.c (proto): use krb5_rd_cred2 instead of krb5_rd_cred
|
| /freebsd-10-stable/crypto/heimdal/etc/ |
| D | services.append | 24 kf 2110/tcp # forward credentials
|
| /freebsd-10-stable/lib/libprocstat/ |
| D | libprocstat.c | 751 struct kinfo_file *kif, *kp, *kf; in kinfo_getfile_core() local 769 kf = (struct kinfo_file *)(uintptr_t)bp; in kinfo_getfile_core() 770 if (kf->kf_structsize == 0) in kinfo_getfile_core() 772 bp += kf->kf_structsize; in kinfo_getfile_core() 786 kf = (struct kinfo_file *)(uintptr_t)bp; in kinfo_getfile_core() 787 if (kf->kf_structsize == 0) in kinfo_getfile_core() 790 memcpy(kp, kf, kf->kf_structsize); in kinfo_getfile_core() 792 bp += kf->kf_structsize; in kinfo_getfile_core()
|
| /freebsd-10-stable/contrib/binutils/gas/doc/ |
| D | c-mips.texi | 252 24kf, 258 34kf, 261 74kf, 264 5kf, 266 25kf,
|
| /freebsd-10-stable/contrib/file/magic/Magdir/ |
| D | games | 229 # Extension: .nif, .kf
|