Lines Matching full:operational
171 * @descsize: Size of the operational state for the message digest. This state
776 * crypto_shash_descsize() - obtain the operational state size
779 * The size of the operational state the cipher needs during operation is
782 * sufficient memory for operational state.
784 * The operational state is defined with struct shash_desc where the size of
788 * Return: size of the operational state
833 * crypto_shash_export() - extract operational state for message digest
834 * @desc: reference to the operational state handle whose state is exported
837 * This function exports the hash state of the operational state handle into the
849 * crypto_shash_import() - import operational state
850 * @desc: reference to the operational state handle the state imported into
853 * This function imports the hash state into the operational state handle from
871 * @desc: operational state handle that is already filled
874 * operational state handle. Any potentially existing state created by
892 * @desc: operational state handle that is already initialized
896 * Updates the message digest state of the operational state handle.
906 * @desc: operational state handle that is already filled with data