pub unsafe extern "C" fn otPlatCryptoSha256Start(
    aContext: *mut otCryptoContext
) -> otError
Expand description

Start SHA-256 operation.

@param[in] aContext Context for SHA-256 operation.

@retval OT_ERROR_NONE Successfully started SHA-256 operation. @retval OT_ERROR_FAILED Failed to start SHA-256 operation. @retval OT_ERROR_INVALID_ARGS @p aContext was NULL