Lines Matching full:operational
220 * @descsize: Size of the operational state for the message digest. This state
869 * crypto_shash_descsize() - obtain the operational state size
872 * The size of the operational state the cipher needs during operation is
875 * sufficient memory for operational state.
877 * The operational state is defined with struct shash_desc where the size of
881 * Return: size of the operational state
947 * crypto_shash_export() - extract operational state for message digest
948 * @desc: reference to the operational state handle whose state is exported
951 * This function exports the hash state of the operational state handle into the
964 * crypto_shash_import() - import operational state
965 * @desc: reference to the operational state handle the state imported into
968 * This function imports the hash state into the operational state handle from
987 * @desc: operational state handle that is already filled
990 * operational state handle. Any potentially existing state created by
1009 * @desc: operational state handle that is already initialized
1013 * Updates the message digest state of the operational state handle.
1024 * @desc: operational state handle that is already filled with data