Searched refs:ctr (Results 26 - 50 of 70) sorted by relevance

123

/freebsd-11.0-release/crypto/openssl/crypto/evp/
H A De_aes.c74 ctr128_f ctr; member in union:__anon6322::__anon6324
91 ctr128_f ctr; member in struct:__anon6325
262 # define AES_GCM_ASM(gctx) (gctx->ctr==aesni_ctr32_encrypt_blocks && \
288 dat->stream.ctr = (ctr128_f) aesni_ctr32_encrypt_blocks;
351 gctx->ctr = (ctr128_f) aesni_ctr32_encrypt_blocks;
587 dat->stream.ctr = (ctr128_f) aes128_t4_ctr32_encrypt;
595 dat->stream.ctr = (ctr128_f) aes192_t4_ctr32_encrypt;
603 dat->stream.ctr = (ctr128_f) aes256_t4_ctr32_encrypt;
661 gctx->ctr = (ctr128_f) aes128_t4_ctr32_encrypt;
664 gctx->ctr
[all...]
/freebsd-11.0-release/tools/tools/vhba/faulty/
H A Dvhba_faulty.c46 uint32_t ctr; member in struct:__anon13730
62 vhbastatic.ctr = (arc4random() & 0xffff) + 1;
92 if (--vhbas->ctr == 0) {
94 vhbas->ctr = (arc4random() & 0xff) + 1;
/freebsd-11.0-release/crypto/openssh/
H A Dprogressmeter.c251 start_progress_meter(const char *f, off_t filesize, off_t *ctr) argument
255 start_pos = *ctr;
258 counter = ctr;
H A Dcipher.c101 { "aes128-ctr", SSH_CIPHER_SSH2, 16, 16, 0, 0, 0, 0, EVP_aes_128_ctr },
102 { "aes192-ctr", SSH_CIPHER_SSH2, 16, 24, 0, 0, 0, 0, EVP_aes_192_ctr },
103 { "aes256-ctr", SSH_CIPHER_SSH2, 16, 32, 0, 0, 0, 0, EVP_aes_256_ctr },
111 { "aes128-ctr", SSH_CIPHER_SSH2, 16, 16, 0, 0, 0, CFLAG_AESCTR, NULL },
112 { "aes192-ctr", SSH_CIPHER_SSH2, 16, 24, 0, 0, 0, CFLAG_AESCTR, NULL },
113 { "aes256-ctr", SSH_CIPHER_SSH2, 16, 32, 0, 0, 0, CFLAG_AESCTR, NULL },
515 ivlen = sizeof(cc->ac_ctx.ctr);
537 if (len != sizeof(cc->ac_ctx.ctr))
539 memcpy(iv, cc->ac_ctx.ctr, len);
/freebsd-11.0-release/contrib/gcc/
H A Dcoverage.c63 unsigned ctr; member in struct:counts_entry
147 return entry->ident * GCOV_COUNTERS + entry->ctr;
156 return entry1->ident == entry2->ident && entry1->ctr == entry2->ctr;
244 struct gcov_ctr_summary *csum = &summary.ctrs[entry->ctr];
260 elt.ctr = GCOV_COUNTER_FOR_TAG (tag);
269 entry->ctr = elt.ctr;
290 else if (elt.ctr >= GCOV_COUNTERS_SUMMABLE)
293 ctr_names[elt.ctr], fn_iden
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/aes/asm/
H A Daesv8-armx.pl666 my ($ctr,$tctr0,$tctr1,$tctr2)=map("w$_",(8..10,12));
695 ldr $ctr, [$ivp, #12]
711 rev $ctr, $ctr
714 add $tctr1, $ctr, #1
716 add $ctr, $ctr, #2
721 rev $tctr2, $ctr
764 add $tctr0,$ctr,#1
770 add $tctr1,$ctr,#
[all...]
H A Daesni-x86_64.pl206 $ivp="%r8"; # cbc, ctr, ...
1167 my ($key0,$ctr)=("${key_}d","${ivp}d");
1222 mov 12($ivp),$ctr # counter LSB
1226 bswap $ctr
1236 lea 1($ctr),%rax
1237 lea 2($ctr),%rdx
1243 lea 3($ctr),%rax
1248 lea 4($ctr),%r10
1255 lea 5($ctr),%r9
1258 lea 6($ctr),
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextFreeBSD_powerpc.cpp55 uint64_t ctr; member in struct:_GPR64
96 uint32_t ctr; member in struct:_GPR32
H A DRegisterInfos_powerpc.h72 DEFINE_GPR(ctr, "ctr", LLDB_INVALID_REGNUM), \
/freebsd-11.0-release/sys/powerpc/powerpc/
H A Ddb_trace.c98 { "ctr", DB_OFFSET(ctr), db_frame },
265 db_printf("%-10s r1=%#zx cr=%#x xer=%#x ctr=%#zx",
267 (uint32_t)tf->xer, tf->ctr);
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/powerpc/dtrace/
H A Dfasttrap_isa.c343 /* Handle decrementing ctr */
345 --regs->ctr;
346 crzero = (regs->ctr == 0);
503 new_pc = rp->ctr;
/freebsd-11.0-release/gnu/usr.bin/gdb/kgdb/
H A Dtrgt_powerpc.c167 ofs = offsetof(struct trapframe, ctr);
H A Dtrgt_powerpc64.c164 ofs = offsetof(struct trapframe, ctr);
/freebsd-11.0-release/secure/lib/libssh/
H A DMakefile12 cipher-bf1.c cipher-ctr.c cipher-3des1.c cleanup.c \
/freebsd-11.0-release/libexec/rtld-elf/powerpc/
H A Drtld_start.S141 mtctr %r3 # move absolute target addr into ctr
/freebsd-11.0-release/libexec/rtld-elf/powerpc64/
H A Drtld_start.S152 mtctr %r3 # move absolute target addr into ctr
/freebsd-11.0-release/sys/dev/ppc/
H A Dppc.c169 char ctr_sav, ctr, cc; local
189 ctr = r_ctr(ppc);
190 w_ctr(ppc, ctr | PCD); /* set direction to 1 */
231 w_ctr(ppc, ctr & ~PCD); /* set direction to 0 */
1539 u_char ctr, ecr, str; local
1556 ctr = r_ctr(ppc);
1560 printf("![%x/%x/%x]", ctr, ecr, str);
1564 if (ctr & IRQENABLE) {
/freebsd-11.0-release/usr.sbin/wpa/
H A DMakefile.crypto73 SRCS+= aes-ctr.c
/freebsd-11.0-release/sys/security/audit/
H A Daudit_bsm.c467 int ctr; local
1387 for(ctr = 0; ctr < ar->ar_arg_groups.gidset_size; ctr++)
1390 ar->ar_arg_groups.gidset[ctr]);
1583 for (ctr = 0; ctr < ar->ar_arg_len; ctr++) {
1585 ar->ar_arg_ctlname[ctr]);
/freebsd-11.0-release/contrib/openbsm/libauditd/
H A Dauditd_lib.c684 int ctr = 0; local
710 ctr++;
716 return (ctr);
/freebsd-11.0-release/crypto/openssl/crypto/modes/
H A Dmodes.h46 unsigned int *num, ctr128_f ctr);
/freebsd-11.0-release/contrib/gcc/config/rs6000/
H A Dlinux-unwind.h56 unsigned long ctr; member in struct:gcc_regs
/freebsd-11.0-release/sys/cddl/dev/dtrace/powerpc/
H A Ddtrace_subr.c339 frame->srr0 = frame->ctr;
/freebsd-11.0-release/sys/dev/smc/
H A Dif_smc.c1118 u_int ctr; local
1153 ctr = smc_read_2(sc, CTR);
1154 ctr |= CTR_LE_ENABLE | CTR_AUTO_RELEASE;
1155 smc_write_2(sc, CTR, ctr);
/freebsd-11.0-release/sys/boot/zfs/
H A Dzfs.c828 int rv, page, ctr; local
842 ctr = 1;
847 if (ctr <= ((ZFS_BE_LAST - ZFS_BE_FIRST + 1) * (page - 1))) {
848 ctr++;

Completed in 152 milliseconds

123