Lines Matching full:sha
248 /***** SHA engine *****/
250 * ccp_sha_type - type of SHA operation
252 * @CCP_SHA_TYPE_1: SHA-1 operation
253 * @CCP_SHA_TYPE_224: SHA-224 operation
254 * @CCP_SHA_TYPE_256: SHA-256 operation
266 * struct ccp_sha_engine - CCP SHA operation
267 * @type: Type of SHA operation
274 * @first: indicates first SHA operation
275 * @final: indicates final SHA operation
276 * @msg_bits: total length of the message in bits used in final SHA operation
283 * SHA operation the new hash value overwrites the old hash value.
297 u32 first; /* Indicates first sha cmd */
298 u32 final; /* Indicates final sha cmd */
300 * final sha cmd */
323 * struct ccp_des3_engine - CCP SHA operation
597 * @CCP_ENGINE_SHA: SHA operation
655 struct ccp_sha_engine sha; member