Lines Matching full:hashing
234 * This function is used to save the current hashing process state in order to
238 * contains the hashing result. So this function is also used to retrieve the
239 * final result of a hashing process.
284 * This function is used to continue a previous hashing process.
359 /* Configure endianness, hashing algorithm and HW HMAC (if needed) */ in ocs_hcu_hw_cfg()
434 * ocs_hcu_ll_dma_start() - Start OCS HCU hashing via DMA
437 * @finalize: Whether or not this is the last hashing operation and therefore
582 * @algo: The hashing algorithm to use.
600 * ocs_hcu_hash_update() - Perform a hashing iteration.
602 * @ctx: The OCS HCU hashing context.
625 /* Start linked-list DMA hashing. */ in ocs_hcu_hash_update()
637 * @ctx: The OCS HCU hashing context.
663 /* Start linked-list DMA hashing. */ in ocs_hcu_hash_finup()
675 * @ctx: The OCS HCU hashing context.