/freebsd/sys/contrib/device-tree/Bindings/crypto/ |
H A D | fsl-sec2.txt | 1 Freescale SoC SEC Security Engines versions 1.x-2.x-3.x 6 SEC versions, high to low, e.g., "fsl,sec2.1", "fsl,sec2.0" (SEC2/3) 10 - interrupts : the SEC's interrupt number 17 should be encoded following the SEC's Descriptor Header Dword 21 bit 1 = set if SEC has the ARC4 EU (AFEU) 22 bit 2 = set if SEC has the DES/3DES EU (DEU) 23 bit 3 = set if SEC has the message digest EU (MDEU/MDEU-A) 24 bit 4 = set if SEC has the random number generator EU (RNG) 25 bit 5 = set if SEC has the public key EU (PKEU) 26 bit 6 = set if SEC has the AES EU (AESU) [all …]
|
H A D | fsl-sec6.txt | 1 SEC 6 is as Freescale's Cryptographic Accelerator and Assurance Module (CAAM). 2 Currently Freescale powerpc chip C29X is embedded with SEC 6. 3 SEC 6 device tree binding include: 4 -SEC 6 Node 9 SEC 6 Node 13 Node defines the base address of the SEC 6 block. 15 configuration registers for the SEC 6 block. 16 For example, In C293, we could see three SEC 6 node. 28 Definition: A standard property. Define the 'ERA' of the SEC 48 address and length of the SEC 6 configuration registers. [all …]
|
H A D | fsl-sec4.txt | 2 SEC 4 Device Tree Binding 7 -SEC 4 Node 15 NOTE: the SEC 4 is also known as Freescale's Cryptographic Accelerator 23 SEC 4 h/w can process requests from 2 types of sources. 24 1. DPAA Queue Interface (HW interface between Queue Manager & SEC 4). 25 2. Job Rings (HW interface between cores & SEC 4 registers). 29 HW interface between QM & SEC 4 and also BM & SEC 4, on DPAA-enabled parts 32 SEC version. E.g., the SEC 4.0 in the P4080 has 5 DECOs and can thus 42 SEC 4 Node 46 Node defines the base address of the SEC 4 block. [all …]
|
H A D | hisilicon,hip07-sec.txt | 1 * Hisilicon hip07 Security Accelerator (SEC) 16 Interrupt 0 is for the SEC unit error queue. 22 - iommus: The SEC units are behind smmu-v3 iommus.
|
/freebsd/contrib/ntp/scripts/monitoring/ |
H A D | timelocal.pl | 34 $SEC = 1; 35 $MIN = 60 * $SEC; 46 $cheat + $_[0] * $SEC + $_[1] * $MIN + $_[2] * $HR + ($_[3]-1) * $DAYS; 54 $cheat + $_[0] * $SEC + $_[1] * $MIN + $_[2] * $HR + ($_[3]-1) * $DAYS 75 $guess -= $g[0] * $SEC + $g[1] * $MIN + $g[2] * $HR + $g[3] * $DAYS;
|
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
H A D | time.h | 34 #ifndef SEC 35 #define SEC 1 macro 71 #define NSEC2SEC(n) ((n) / (NANOSEC / SEC)) 75 #define SEC2NSEC(m) ((hrtime_t)(m) * (NANOSEC / SEC))
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | time.h | 40 #define SEC 1 macro 51 #define NSEC2SEC(n) ((n) / (NANOSEC / SEC)) 52 #define SEC2NSEC(m) ((hrtime_t)(m) * (NANOSEC / SEC))
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | time.h | 36 #define SEC 1 macro 48 #define NSEC2SEC(n) ((n) / (NANOSEC / SEC)) 49 #define SEC2NSEC(m) ((hrtime_t)(m) * (NANOSEC / SEC))
|
/freebsd/usr.bin/mkuzip/ |
H A D | mkuz_time.h | 30 #define SEC(x) ((x)->tv_sec) macro 33 #define timespec2dtime(s) ((double)SEC(s) + \
|
/freebsd/usr.bin/calendar/ |
H A D | sunpos.c | 192 #define SEC(h) 0 macro 313 sunpos(year, 6, d, UTCoffset, HOUR(h), MIN(h), SEC(h), in fequinoxsolstice() 343 sunpos(year, 12, d, UTCoffset, HOUR(h), MIN(h), SEC(h), in fequinoxsolstice() 382 HOUR(h), MIN(h), SEC(h), 0.0, 0.0, &prevL, &dec); in calculatesunlongitude30() 389 HOUR(h), MIN(h), SEC(h), in calculatesunlongitude30()
|
/freebsd/tools/kerneldoc/subsys/ |
H A D | Doxyfile-dev_sec | 6 PROJECT_NAME = "FreeBSD kernel SEC device code"
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_PKEY-EC.pod | 64 operations. The encoding conforms with Sec. 2.3.3 of the SECG SEC 1 ("Elliptic Curve 114 2.3.4 of the SECG SEC 1 ("Elliptic Curve Cryptography") standard. 134 is expected to be a point conforming to Sec. 2.3.4 of the SECG SEC 1 ("Elliptic
|
H A D | EVP_KDF-X963.pod | 85 "SEC 1: Elliptic Curve Cryptography"
|
/freebsd/sys/cddl/dev/profile/ |
H A D | profile.c | 346 { "s", NANOSEC / SEC }, in profile_provide() 347 { "sec", NANOSEC / SEC }, in profile_provide()
|
/freebsd/tools/regression/sockets/udp_pingpong/ |
H A D | udp_pingpong.c | 101 #define SEC(x) ((x)->tv_sec) macro 108 SEC(ts) = (tv)->tv_sec; \
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_PKEY_set1_encoded_public_key.pod | 39 should be a point conforming to Sec. 2.3.4 of the SECG SEC 1 ("Elliptic
|
H A D | EC_POINT_new.pod | 187 The encoding conforms with Sec. 2.3.3 of the SECG SEC 1 ("Elliptic Curve 191 to Sec. 2.3.4 of the SECG SEC 1 ("Elliptic Curve Cryptography") standard.
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_options.c | 756 { "s", NANOSEC / SEC }, in dt_opt_rate() 757 { "sec", NANOSEC / SEC }, in dt_opt_rate()
|
/freebsd/sys/sys/ |
H A D | mount.h | 903 #define VFS_CHECKEXP(MP, NAM, EXFLG, CRED, NUMSEC, SEC) ({ \ argument 907 SEC); \
|
/freebsd/contrib/ldns/packaging/fedora/ |
H A D | ldns.spec | 8 Summary: Lowlevel DNS(SEC) library with API
|
/freebsd/contrib/unbound/contrib/ |
H A D | unbound.spec_fedora | 9 Summary: Validating, recursive, and caching DNS(SEC) resolver 44 Unbound is a validating, recursive, and caching DNS(SEC) resolver.
|
/freebsd/sys/contrib/device-tree/src/powerpc/ |
H A D | haleakala.dts | 96 0x6 0x4>; /* ECC SEC Error */
|
H A D | obs600.dts | 110 0x6 0x4>; /* ECC SEC Error */
|
H A D | makalu.dts | 97 0x6 0x4 /* ECC SEC Error */ >;
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-ec.pod.in | 40 private key format specified in 'SEC 1: Elliptic Curve Cryptography'
|