Lines Matching refs:driver
42 * @brief Probe to see if a crypto driver supports a session.
44 * The crypto framework invokes this method on each crypto driver when
46 * the driver supports the algorithms and mode requested by the
49 * If the driver does not support a session with the requested
52 * If the driver does support a session with the requested parameters,
54 * priority of this driver. These negative values should be derived
62 * @param dev the crypto driver device
65 * @retval negative if the driver supports this session - the
67 * driver for the session
68 * @retval EINVAL if the driver does not support the session
79 * Invoked by the crypto framework to initialize driver-specific data
81 * driver's per-session memory object prior to invoking this method.
82 * The driver is able to access it's per-session memory object via
85 * @param dev the crypto driver device
104 * driver requires additional actions to destroy a session, it should
105 * perform those in this method. If the driver does not require
109 * @param dev the crypto driver device
133 * @param dev the crypto driver device
136 * crypto operations are queued for this driver;