Lines Matching full:crypto
42 * @brief Probe to see if a crypto driver supports a session.
44 * The crypto framework invokes this method on each crypto driver when
45 * creating a session for symmetric crypto operations to determine if
62 * @param dev the crypto driver device
63 * @param csp crypto session parameters
77 * @brief Initialize a new crypto session object
79 * Invoked by the crypto framework to initialize driver-specific data
80 * for a crypto session. The framework allocates and zeroes the
85 * @param dev the crypto driver device
87 * @param csp crypto session parameters
99 * @brief Destroy a crypto session object
101 * The crypto framework invokes this method when tearing down a crypto
109 * @param dev the crypto driver device
118 * @brief Perform a crypto operation
120 * The crypto framework invokes this method for each crypto
126 * queues are full so the operation should be queued in the crypto
129 * To report errors with a crypto operation, 'crp_etype' should be set
133 * @param dev the crypto driver device
134 * @param op crypto operation to perform
136 * crypto operations are queued for this driver;