Lines Matching full:operational
193 * @descsize: Size of the operational state for the message digest. This state
812 * crypto_shash_descsize() - obtain the operational state size
815 * The size of the operational state the cipher needs during operation is
818 * sufficient memory for operational state.
820 * The operational state is defined with struct shash_desc where the size of
824 * Return: size of the operational state
890 * crypto_shash_export() - extract operational state for message digest
891 * @desc: reference to the operational state handle whose state is exported
894 * This function exports the hash state of the operational state handle into the
907 * crypto_shash_import() - import operational state
908 * @desc: reference to the operational state handle the state imported into
911 * This function imports the hash state into the operational state handle from
930 * @desc: operational state handle that is already filled
933 * operational state handle. Any potentially existing state created by
952 * @desc: operational state handle that is already initialized
956 * Updates the message digest state of the operational state handle.
967 * @desc: operational state handle that is already filled with data