Home
last modified time | relevance | path

Searched refs:SEC (Results 1 – 18 of 18) sorted by relevance

/f-stack/freebsd/contrib/device-tree/Bindings/crypto/
H A Dfsl-sec2.txt1 Freescale SoC SEC Security Engines versions 1.x-2.x-3.x
10 - interrupts : the SEC's interrupt number
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)
25 bit 5 = set if SEC has the public key EU (PKEU)
26 bit 6 = set if SEC has the AES EU (AESU)
27 bit 7 = set if SEC has the Kasumi EU (KEU)
28 bit 8 = set if SEC has the CRC EU (CRCU)
31 remaining bits are reserved for future SEC EUs.
[all …]
H A Dfsl-sec6.txt1 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 Dfsl-sec4.txt2 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.
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.
48 configuration registers for the SEC 4 block. It
[all …]
H A Dhisilicon,hip07-sec.txt1 * 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.
/f-stack/dpdk/doc/guides/cryptodevs/
H A Ddpaa2_sec.rst15 SEC is the SOC's security engine, which serves as NXP's latest cryptographic
20 integrity checking, and a hardware random number generator. SEC performs
32 queues, queue portals to store and to enqueue/dequeue data to the hardware SEC.
52 SEC provides platform assurance by working with SecMon, which is a companion
53 logic block that tracks the security state of the SOC. SEC is programmed by
56 associated data. SEC incorporates two DMA engines to fetch the descriptors,
58 engine provides a scatter/gather capability so that SEC can read and write
59 data scattered in memory. SEC may be configured by means of software for
61 of SEC is little-endian mode.
73 | MC SEC object |.......| Mempool |
[all …]
H A Dcaam_jr.rst8 The caam_jr PMD provides poll mode crypto driver support for NXP SEC 4.x+ (CAAM)
16 SEC is the SOC's security engine, which serves as NXP's latest cryptographic
21 integrity checking, and a hardware random number generator. SEC performs
25 SEC HW accelerator above 4.x+ version are also known as CAAM.
34 SEC provides platform assurance by working with SecMon, which is a companion
35 logic block that tracks the security state of the SOC. SEC is programmed by
38 associated data. SEC incorporates two DMA engines to fetch the descriptors,
40 engine provides a scatter/gather capability so that SEC can read and write
41 data scattered in memory. SEC may be configured by means of software for
43 of SEC is little-endian mode.
H A Ddpaa_sec.rst15 SEC is the SOC's security engine, which serves as NXP's latest cryptographic
20 integrity checking, and a hardware random number generator. SEC performs
31 queues, queue portals to store and to enqueue/dequeue data to the hardware SEC.
36 SEC provides platform assurance by working with SecMon, which is a companion
37 logic block that tracks the security state of the SOC. SEC is programmed by
40 associated data. SEC incorporates two DMA engines to fetch the descriptors,
42 engine provides a scatter/gather capability so that SEC can read and write
43 data scattered in memory. SEC may be configured by means of software for
45 of SEC is little-endian mode.
95 or to disable all 4 SEC devices
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dtime.h34 #ifndef SEC
35 #define SEC 1 macro
71 #define NSEC2SEC(n) ((n) / (NANOSEC / SEC))
75 #define SEC2NSEC(m) ((hrtime_t)(m) * (NANOSEC / SEC))
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dtime.h40 #define SEC 1 macro
51 #define NSEC2SEC(n) ((n) / (NANOSEC / SEC))
52 #define SEC2NSEC(m) ((hrtime_t)(m) * (NANOSEC / SEC))
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtime.h38 #define SEC 1 macro
50 #define NSEC2SEC(n) ((n) / (NANOSEC / SEC))
51 #define SEC2NSEC(m) ((hrtime_t)(m) * (NANOSEC / SEC))
/f-stack/freebsd/sys/
H A Dmount.h861 #define VFS_CHECKEXP(MP, NAM, EXFLG, CRED, NUMSEC, SEC) ({ \ argument
865 SEC); \
/f-stack/freebsd/contrib/device-tree/src/powerpc/
H A Dhaleakala.dts96 0x6 0x4>; /* ECC SEC Error */
H A Dobs600.dts110 0x6 0x4>; /* ECC SEC Error */
H A Dmakalu.dts97 0x6 0x4 /* ECC SEC Error */ >;
H A Dkilauea.dts106 0x6 0x4>; /* ECC SEC Error */
/f-stack/dpdk/doc/guides/nics/
H A Ddpaa.rst58 - SEC - Cryptographic accelerator
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_17_11.rst181 * **Added NXP DPAA SEC crypto PMD.**
H A Drelease_17_05.rst291 * **Added NXP DPAA2 SEC crypto PMD.**