Searched +full:fine +full:- +full:ctr +full:- +full:bits (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/contrib/device-tree/Bindings/timer/ |
| H A D | sifive,clint.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Palmer Dabbelt <palmer@dabbelt.com> 11 - Anup Patel <anup.patel@wdc.com> 14 SiFive (and other RISC-V) SOCs include an implementation of the SiFive 15 Core Local Interruptor (CLINT) for M-mode timer and M-mode inter-processor 16 interrupts. It directly connects to the timer and inter-processor interrupt 17 lines of various HARTs (or CPUs) so RISC-V per-HART (or per-CPU) local 19 The clock frequency of CLINT is specified via "timebase-frequency" DT [all …]
|
| /freebsd/sys/dev/random/fenestrasX/ |
| H A D | fx_main.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 33 * It is also inspired by DJB's writing on buffered key-erasure PRNGs: 34 * https://blog.cr.yp.to/20170723-random.html 38 * - Extended to multi-CPU design 39 * - Extended to pre-buffer some PRNG output 40 * - Pool-based reseeding is solely time-based (rather than on-access w/ 42 * - Extended to specify efficient userspace design 43 * - Always-available design (requires the equivalent of loader(8) for all 49 * - Relationship between root PRNG seed version and periodic reseed pool use. [all …]
|
| /freebsd/contrib/bearssl/src/ |
| H A D | inner.h | 44 * Maximum size for a RSA modulus (in bits). Allocated stack buffers 46 * 2048-bit RSA keys offer adequate security, and should still do so for 48 * already set their root keys to RSA-4096, so we should be able to 53 * no more than 23833 bits). RSA key sizes beyond 3072 bits don't make a 59 * Minimum size for a RSA modulus (in bits); this value is used only to 61 * applications should not use RSA keys smaller than 2048 bits; but some 68 * Maximum size for a RSA factor (in bits). This is for RSA private-key 77 * Maximum size for an EC curve (modulus or order), in bits. Size of 87 * 64-bit types so that we may automatically use implementations that 88 * use 64-bit registers in that case. Future versions may detect, e.g., [all …]
|
| /freebsd/sys/crypto/ccp/ |
| H A D | ccp_hardware.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 97 return (bus_space_read_4(sc->pci_bus_tag, sc->pci_bus_handle, offset)); in ccp_read_4() 103 bus_space_write_4(sc->pci_bus_tag, sc->pci_bus_handle, offset, value); in ccp_write_4() 125 ccp_write_queue_4(qp->cq_softc, qp->cq_qindex, CMD_Q_TAIL_LO_BASE, in ccp_queue_write_tail() 126 ((uint32_t)qp->desc_ring_bus_addr) + (Q_DESC_SIZE * qp->cq_tail)); in ccp_queue_write_tail() 136 return ((qp->private_lsb * LSB_REGION_LENGTH + lsb_entry)); in ccp_queue_lsb_entry() 152 * LSB - Local Storage Block 157 * Each entry contains 256 bits (32 bytes). 166 * "Pass-through" mode [all …]
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 4 This is a detailed breakdown of significant changes. For a high-level overview 13 ---------------- 15 - [OpenSSL 3.5](#openssl-35) 16 - [OpenSSL 3.4](#openssl-34) 17 - [OpenSSL 3.3](#openssl-33) 18 - [OpenSSL 3.2](#openssl-32) 19 - [OpenSSL 3.1](#openssl-31) 20 - [OpenSSL 3.0](#openssl-30) 21 - [OpenSSL 1.1.1](#openssl-111) 22 - [OpenSSL 1.1.0](#openssl-110) [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstr64Bit.td | 1 //===-- PPCInstr64Bit.td - The PowerPC 64-bit Support ------*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file describes the PowerPC 64-bit instructions. These patterns are used 10 // both when in ppc64 mode and when in "use 64-bit extensions in 32-bit" mode. 12 //===----------------------------------------------------------------------===// 14 //===----------------------------------------------------------------------===// 15 // 64-bit operands. 33 // to accept immediates in the range -65536..65535 for compatibility with 34 // the GNU assembler. The operand is treated as 16-bit otherwise. [all …]
|
| /freebsd/share/termcap/ |
| H A D | termcap | 38 # << EOH - after reordering, above header lines survive and this line dies >> 50 # Terminal names look like <manufacturer> <model> - <modes/options> 61 # w Wide - in 132 column mode. 63 # na No arrow keys - termcap ignores arrow keys which are 85 # Comments in this file begin with # - they cannot appear in the middle 93 # cap_mkdb -f /usr/share/misc/termcap /etc/termcap 102 # # -------------------------------- 110 # It has been tried in a minimal way -- the Agile did not blow up! 113 # Ralph Keirstead (ralph@sri-unix); 122 1620-m8|1640-m8|diablo 1620 w/8 column left margin:\ [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 1 //===--- SemaExpr.cpp - Semantic Analysis for Expressions -----------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 73 // See if this is an auto-typed variable whose initializer we are parsing. in CanUseDecl() 79 if (FD->isDeleted()) in CanUseDecl() 84 if (getLangOpts().CPlusPlus14 && FD->getReturnType()->isUndeducedType() && in CanUseDecl() 96 if (TreatUnavailableAsInvalid && D->getAvailability() == AR_Unavailable && in CanUseDecl() 97 cast<Decl>(CurContext)->getAvailability() != AR_Unavailable) in CanUseDecl() 108 if (const auto *A = D->getAttr<UnusedAttr>()) { in DiagnoseUnusedOfDecl() [all …]
|
| H A D | SemaDeclCXX.cpp | 1 //===------ SemaDeclCXX.cpp - Semantic Analysis for C++ Declarations --- [all...] |
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 17 ** language. The code for the "sqlite3" command-line shell is also in a 20 ** The content in this amalgamation comes from Fossil check-in 54 ** NO_TEST - The branches on this line are not 59 ** OPTIMIZATION-IF-TRUE - This branch is allowed to always be false 63 ** OPTIMIZATION-IF-FALSE - This branch is allowed to always be true 67 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread 72 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the 147 ** 2015-03-02 185 ** large file support, or if the OS is windows, these should be no-ops. 191 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch [all …]
|
| /freebsd/crypto/openssl/test/ |
| H A D | sslapitest.c | 2 * Copyright 2016-2025 The OpenSSL Project Authors. All Rights Reserved. 53 * If we don't have ec or dh then there are no built-in groups that are usable 59 /* Defined in tls-provider.c */ 166 if (client_log_buffer_index + line_length > sizeof(client_log_buffer) - 1) { in client_keylog_callback() 182 if (server_log_buffer_index + line_length > sizeof(server_log_buffer) - 1) { in server_keylog_callback() 238 * hex-encoded encrypted secret, then the hex-encoded pre-master in test_keylog_output() 255 * Master secret. Tokens should be: 64 ASCII bytes of hex-encoded in test_keylog_output() 256 * client random, then the hex-encoded master secret. in test_keylog_output() 293 * TLSv1.3 secret. Tokens should be: 64 ASCII bytes of hex-encoded in test_keylog_output() 294 * client random, and then the hex-encoded secret. In this case, in test_keylog_output() [all …]
|