Lines Matching +full:inline +full:- +full:crypto +full:- +full:engine
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
58 /* Processing Engine Control Data format. */
73 /* Inline instructions or IV. */
80 * The Processing Engine and driver cooperate to maintain a set of command
81 * rings, representing outstanding crypto operation requests. Each descriptor
82 * corresponds to an input data segment, and thus a single crypto(9) request may
163 #define SAFEXCEL_OPTION_CP (1u << 1) /* 64-bit ctx addr */
225 * The EIP-96 (crypto transform engine) is programmed using a set of
263 /* Instruction-dependent flags. */
311 if ((sc)->sc_debug >= (lvl)) \
312 device_printf((sc)->sc_dev, __VA_ARGS__); \
404 uint32_t sc_type; /* EIP-97 or 197 */
422 #define SAFEXCEL_WRITE(sc, off, val) bus_write_4((sc)->sc_res, (off), (val))
423 #define SAFEXCEL_READ(sc, off) bus_read_4((sc)->sc_res, (off))