Lines Matching full:crypto
14 /* Algorithms/capability of crypto, works together with crypto_algo_nbits() */
66 u32 *c; /* Optional, a accelerate factor for some crypto */
121 * crypto_get_device() - Get crypto device by capability
129 * crypto_sha_init() - Crypto sha init
131 * @dev: crypto device
139 * crypto_sha_update() - Crypto sha update
141 * @dev: crypto device
150 * crypto_sha_final() - Crypto sha finish and get result
152 * @dev: crypto device
161 * crypto_sha_csum() - Crypto sha hash for one data block only
163 * @dev: crypto device
175 * crypto_sha_regions_csum() - Crypto sha hash for multi data blocks
177 * @dev: crypto device
190 * crypto_rsa_verify() - Crypto rsa verify
192 * @dev: crypto device
202 * crypto_hmac_init() - Crypto hmac init
204 * @dev: crypto device
213 * crypto_hmac_update() - Crypto hmac update
215 * @dev: crypto device
224 * crypto_sha_final() - Crypto hmac finish and get result
226 * @dev: crypto device
235 * crypto_cipher() - Crypto cipher crypt
237 * @dev: crypto device
249 * crypto_mac() - Crypto cipher mac
251 * @dev: crypto device
262 * crypto_ae() - Crypto cipher authorization and encryption
264 * @dev: crypto device